- Added DONTGIB flag to Key, so key-dropping enemies can be used reliably near crushers.

SVN r4218 (trunk)
This commit is contained in:
Randy Heit 2013-04-16 20:26:35 +00:00
parent 865a535af2
commit d99517292b
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ Actor HealthPickup : Inventory native
Actor Key : Inventory native Actor Key : Inventory native
{ {
+DONTGIB // Don't disappear due to a crusher
+INVENTORY.INTERHUBSTRIP +INVENTORY.INTERHUBSTRIP
Inventory.PickupSound "misc/k_pkup" Inventory.PickupSound "misc/k_pkup"
} }