mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-07 13:30:23 +00:00
7db035abba
I have no idea why this was ever deemed proper - but it clearly breaks some Hexen maps and it not even remotely mimics the original behavior. Even now, it's not the same but since the items fall down they at least end up where they are supposed to be.
23 lines
479 B
Text
23 lines
479 B
Text
|
|
// Boost Armor Artifact (Dragonskin Bracers) --------------------------------
|
|
|
|
ACTOR ArtiBoostArmor : Inventory 8041 native
|
|
{
|
|
Game Hexen
|
|
SpawnID 22
|
|
+COUNTITEM
|
|
+FLOATBOB
|
|
Inventory.DefMaxAmount
|
|
Inventory.PickupFlash "PickupFlash"
|
|
+INVBAR +FANCYPICKUPSOUND
|
|
Inventory.Icon "ARTIBRAC"
|
|
Inventory.PickupSound "misc/p_pkup"
|
|
Inventory.PickupMessage "$TXT_ARTIBOOSTARMOR"
|
|
Tag "$TAG_ARTIBOOSTARMOR"
|
|
States
|
|
{
|
|
Spawn:
|
|
BRAC ABCDEFGH 4 Bright
|
|
Loop
|
|
}
|
|
}
|