mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 21:12:12 +00:00
0ba809234e
APlayerPawn::GiveDefaultInventory gave him some HexenArmor even though he doesn't need it. - Added custom blood type properties to DECORATE. - Converted Blood to DECORATE and made some minor changes to the code in preparation for custom blood types. - Converted the bot helper things to DECORATE. - Added damage type specific crash states. SVN r395 (trunk)
19 lines
189 B
Text
19 lines
189 B
Text
|
|
ACTOR CajunBodyNode
|
|
{
|
|
+NOSECTOR
|
|
+NOGRAVITY
|
|
+INVISIBLE
|
|
}
|
|
|
|
ACTOR CajunTrace
|
|
{
|
|
Speed 12
|
|
Radius 6
|
|
Height 8
|
|
+NOBLOCKMAP
|
|
+DROPOFF
|
|
+MISSILE
|
|
+NOGRAVITY
|
|
+NOTELEPORT
|
|
}
|