diff --git a/fgd/brush/trigger/trigger_push.fgd b/fgd/brush/trigger/trigger_push.fgd index 462f04f11..94423f9f8 100644 --- a/fgd/brush/trigger/trigger_push.fgd +++ b/fgd/brush/trigger/trigger_push.fgd @@ -13,5 +13,6 @@ // Inputs input SetPushDirection(vector) : "Sets the angles indicating the direction to push touched entities." + input SetSpeed(integer) : "Set the push speed in units / second." input SetPushSpeed(integer) : "Set the push speed in units / second." ]