From 0da6df901223ca94cc88fb9994b7b26754c616f2 Mon Sep 17 00:00:00 2001 From: Panzer Date: Tue, 3 Feb 2026 10:06:50 -0700 Subject: [PATCH] feat: trigger_momentum_teleport TeleportDelay KV --- fgd/brush/trigger/trigger_momentum_teleport.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/fgd/brush/trigger/trigger_momentum_teleport.fgd b/fgd/brush/trigger/trigger_momentum_teleport.fgd index 57b70348c..f98be4e30 100644 --- a/fgd/brush/trigger/trigger_momentum_teleport.fgd +++ b/fgd/brush/trigger/trigger_momentum_teleport.fgd @@ -9,4 +9,5 @@ "the target by their initial offset from the landmark, and their angles are left alone." [ ProgressTeleport(boolean) : "Teleport to Progress Checkpoint" : 0 : "If enabled, a player that activates this will be teleported to their progress checkpoint destination, set by trigger_momentum_progress." + TeleportDelay(float) : "Teleport Delay" : "0" : "Teleport the player if they have been inside of the trigger's volume for this amount of time (in seconds)." ]