Angels of Death confirmed returning in DLC2.
This commit is contained in:
parent
003f78e273
commit
971bcaba02
4 changed files with 11 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ after the first release.
|
|||
- Skull Launcher (Weird Weapons)
|
||||
- Cryolance (SWWM Platinum Ep2)
|
||||
- Ray-Khom (UnSX)
|
||||
- Angels of Death (SWWM Platinum Ep2)
|
||||
* Additional Demolitionist Menu features
|
||||
- Radio (add-on)
|
||||
- Minigames (pong and other stuff)
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
[default]
|
||||
SWWM_MODVER="\chSWWM \cwGZ\c- r481 (Fri 14 Aug 16:39:55 CEST 2020)";
|
||||
SWWM_MODVER="\chSWWM \cwGZ\c- r482 (Fri 14 Aug 18:34:08 CEST 2020)";
|
||||
|
|
|
|||
|
|
@ -32,3 +32,6 @@ Class RayBundle : RayAmmo
|
|||
{
|
||||
}
|
||||
|
||||
Class AODAmmo : Ammo
|
||||
{
|
||||
}
|
||||
|
|
|
|||
6
zscript/dlc2/swwm_zombigoastsleavethisplace.zsc
Normal file
6
zscript/dlc2/swwm_zombigoastsleavethisplace.zsc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Angels of Death (from SWWM Platinum Expansion Pack 2)
|
||||
// Slot 0, spawns shared with Ynykron
|
||||
|
||||
Class AODWeapon : SWWMWeapon
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue