mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-27 00:15:29 +03:00
Added previously hidden npc_headcrab burrowing inputs
This commit is contained in:
parent
76a0395cf3
commit
a6f41b6c4c
@ -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."
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user