diff --git a/halflife2.fgd b/halflife2.fgd index 5932dd4..4234923 100644 --- a/halflife2.fgd +++ b/halflife2.fgd @@ -1691,6 +1691,8 @@ output OnCrateShotDownBeforeDropoff(float) : "Fires when the container was shot down before it dropped off soldiers. The parameter contains the number of soldiers that weren't successfully dropped off." output OnCrateShotDownAfterDropoff(void) : "Fires when the container was shot down after it dropped off soldiers." + + output OnSpawnNPC(ehandle) : "Fires when this dropship spawns a NPC." ] @@ -4067,6 +4069,7 @@ [ 1 : "[1] Use Master's values" : 1 2 : "[2] Is Master" : 0 + 4 : "[4] Spawn even if player meets all requirements" : 0 8 : "[8] Fallback to Health Vial" : 0 16 : "[16] Alternate master" : 0 ]