mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +00:00
dbcc246cf3
SVN r1188 (trunk)
64 lines
941 B
Text
64 lines
941 B
Text
// Same as Doom weapons, but the obituaries are removed.
|
|
|
|
actor Bootspoon : Fist
|
|
{
|
|
obituary ""
|
|
}
|
|
|
|
actor SuperBootspork : Chainsaw 2005
|
|
{
|
|
obituary ""
|
|
}
|
|
|
|
actor MiniZorcher : Pistol
|
|
{
|
|
obituary ""
|
|
inventory.pickupmessage "$GOTMINIZORCHER"
|
|
states
|
|
{
|
|
Spawn:
|
|
stop
|
|
}
|
|
}
|
|
|
|
actor LargeZorcher : Shotgun 2001
|
|
{
|
|
game Chex
|
|
obituary ""
|
|
inventory.pickupmessage "$GOTLARGEZORCHER"
|
|
}
|
|
|
|
actor SuperLargeZorcher : SuperShotgun 82
|
|
{
|
|
game Chex
|
|
obituary ""
|
|
inventory.pickupmessage "$GOTSUPERLARGEZORCHER"
|
|
}
|
|
|
|
actor RapidZorcher : Chaingun 2002
|
|
{
|
|
game Chex
|
|
obituary ""
|
|
inventory.pickupmessage "$GOTRAPIDZORCHER"
|
|
}
|
|
|
|
actor ZorchPropulsor : RocketLauncher 2003
|
|
{
|
|
game Chex
|
|
obituary ""
|
|
inventory.pickupmessage "$GOTZORCHPROPULSOR"
|
|
}
|
|
|
|
actor PhasingZorcher : PlasmaRifle 2004
|
|
{
|
|
game Chex
|
|
obituary ""
|
|
inventory.pickupmessage "$GOTPHASINGZORCHER"
|
|
}
|
|
|
|
actor LAZDevice : BFG9000 2006
|
|
{
|
|
game Chex
|
|
obituary ""
|
|
inventory.pickupmessage "$GOTLAZDEVICE"
|
|
}
|