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." ]