Added previously hidden npc_headcrab burrowing inputs

This commit is contained in:
Blixibon 2021-03-16 18:25:29 -05:00
parent 76a0395cf3
commit a6f41b6c4c

View File

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