From a6f41b6c4c92fc324e6d9b0ed55f003f8a7eb53c Mon Sep 17 00:00:00 2001 From: Blixibon Date: Tue, 16 Mar 2021 18:25:29 -0500 Subject: [PATCH] Added previously hidden npc_headcrab burrowing inputs --- halflife2.fgd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/halflife2.fgd b/halflife2.fgd index 0431446..a8048af 100644 --- a/halflife2.fgd +++ b/halflife2.fgd @@ -735,6 +735,9 @@ input StartHangingFromCeiling(void) : "Start hanging from ceiling." input DropFromCeiling(void) : "Drop if hanging from ceiling." + input Unburrow(void) : "Unburrow from the ground" + input Burrow(void) : "Burrow into the ground" + input BurrowImmediate(void) : "Burrow into the ground immediately" output OnLeap(void) : "Fires when the headcrab leaps at an enemy." ]