mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 20:40:30 +00:00
3cb073a3a0
- fixed a few DECORATE bugs. SVN r1165 (trunk)
24 lines
434 B
Text
24 lines
434 B
Text
|
|
// Teleport (self) ----------------------------------------------------------
|
|
|
|
ACTOR ArtiTeleport : Inventory 36 native
|
|
{
|
|
Game Raven
|
|
+COUNTITEM
|
|
+FLOATBOB
|
|
+INVENTORY.INVBAR
|
|
+INVENTORY.PICKUPFLASH
|
|
+INVENTORY.FANCYPICKUPSOUND
|
|
Inventory.DefMaxAmount
|
|
Inventory.Icon "ARTIATLP"
|
|
Inventory.PickupSound "misc/p_pkup"
|
|
Inventory.PickupMessage "$TXT_ARTITELEPORT"
|
|
States
|
|
{
|
|
Spawn:
|
|
ATLP ABCB 4
|
|
Loop
|
|
}
|
|
}
|
|
|
|
|