From 34c8830bf6502caed50f990610784bbb59831f69 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 2 Oct 2024 08:52:29 -0600 Subject: [PATCH] Renamed "Set Velocity" to "Redirect Velocity" (#237) --- fgd/brush/trigger/trigger_teleport.fgd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fgd/brush/trigger/trigger_teleport.fgd b/fgd/brush/trigger/trigger_teleport.fgd index 931bf1406..4e60dee05 100644 --- a/fgd/brush/trigger/trigger_teleport.fgd +++ b/fgd/brush/trigger/trigger_teleport.fgd @@ -46,10 +46,10 @@ 0 : "Keep Velocity" 1 : "Reset Velocity" 2 : "Keep Negative Z Velocity Only" - 3 : "Set Velocity" + 3 : "Redirect Velocity" ] - SetSpeed(float) : "Set Velocity Speed" : 400 : "If Velocity Mode is set to Set Velocity, the entity's speed will be set to this amount when teleported." + SetSpeed(float) : "Redirect Velocity Speed" : 400 : "If Velocity Mode is set to Redirect Velocity, the entity's speed will be set to this amount when teleported. When this speed is <= 0, use the entity's current speed instead." // Inputs input SetRemoteDestination(string) : "Set a new remote teleport destination."