gzdoom-gles/wadsrc/static/actors/raven/artitele.txt
Randy Heit 62ffe7e4e2 Add NOGRAVITY to every Raven actor with FLOATBOB
- Fixed: Heretic and Hexen completely skip all normal Z processing on
  mobjs with FLOATBOB set. To emulate that, we need to add NOGRAVITY to
  everything with that flag set.
2013-11-19 19:42:13 -06:00

27 lines
486 B
Text

// Teleport (self) ----------------------------------------------------------
ACTOR ArtiTeleport : Inventory 36 native
{
Game Raven
SpawnID 18
+COUNTITEM
+FLOATBOB
+NOGRAVITY
+INVENTORY.INVBAR
+INVENTORY.PICKUPFLASH
+INVENTORY.FANCYPICKUPSOUND
Inventory.DefMaxAmount
Inventory.Icon "ARTIATLP"
Inventory.PickupSound "misc/p_pkup"
Inventory.PickupMessage "$TXT_ARTITELEPORT"
Tag "$TAG_ARTITELEPORT"
States
{
Spawn:
ATLP ABCB 4
Loop
}
}