From b364bca67d4534b07fcb08700db6636e4ae645de Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Tue, 11 Feb 2025 19:09:46 +0100 Subject: [PATCH] feat: Add LowerWeapon input to logic_playerproxy --- fgd/point/logic/logic_playerproxy.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/fgd/point/logic/logic_playerproxy.fgd b/fgd/point/logic/logic_playerproxy.fgd index e2f79f102..8f78e8eed 100644 --- a/fgd/point/logic/logic_playerproxy.fgd +++ b/fgd/point/logic/logic_playerproxy.fgd @@ -31,6 +31,7 @@ input GivePaintGunBasic[P2CE](void) : "Gives the player a non-upgraded paint gun." input RemovePortalGun[P2CE](void) : "Removes the portal gun from the player, if they have it." input RemovePaintGun[P2CE](void) : "Removes the paint gun from the player, if they have it." + input LowerWeapon[P2CE](void) : "Lowers the weapon, setting it to a disabled state." input SetFallDamageEnabled(boolean) : "Whether or not fall damage is enabled" // Outputs