mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- Added DONTGIB flag to Key, so key-dropping enemies can be used reliably near crushers.
SVN r4218 (trunk)
This commit is contained in:
parent
865a535af2
commit
d99517292b
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ Actor HealthPickup : Inventory native
|
|||
|
||||
Actor Key : Inventory native
|
||||
{
|
||||
+DONTGIB // Don't disappear due to a crusher
|
||||
+INVENTORY.INTERHUBSTRIP
|
||||
Inventory.PickupSound "misc/k_pkup"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue