Angels of Death confirmed returning in DLC2.

This commit is contained in:
Mari the Deer 2020-08-14 18:34:08 +02:00
commit 971bcaba02
4 changed files with 11 additions and 1 deletions

View file

@ -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)

View file

@ -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)";

View file

@ -32,3 +32,6 @@ Class RayBundle : RayAmmo
{
}
Class AODAmmo : Ammo
{
}

View file

@ -0,0 +1,6 @@
// Angels of Death (from SWWM Platinum Expansion Pack 2)
// Slot 0, spawns shared with Ynykron
Class AODWeapon : SWWMWeapon
{
}