2008-08-30 19:44:19 +00:00
|
|
|
// Same as Doom weapons, but the obituaries are removed.
|
|
|
|
|
|
|
|
actor Bootspoon : Fist
|
|
|
|
{
|
2008-09-01 19:45:17 +00:00
|
|
|
game Chex
|
2008-08-30 19:44:19 +00:00
|
|
|
obituary ""
|
|
|
|
}
|
|
|
|
|
|
|
|
actor SuperBootspork : Chainsaw 2005
|
|
|
|
{
|
2008-09-01 19:45:17 +00:00
|
|
|
game Chex
|
2008-08-30 19:44:19 +00:00
|
|
|
obituary ""
|
|
|
|
}
|
|
|
|
|
|
|
|
actor MiniZorcher : Pistol
|
|
|
|
{
|
2008-09-01 19:45:17 +00:00
|
|
|
game Chex
|
2008-08-30 19:44:19 +00:00
|
|
|
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"
|
|
|
|
}
|