diff --git a/FuturePlans.md b/FuturePlans.md index 3f2d432b9..134846439 100644 --- a/FuturePlans.md +++ b/FuturePlans.md @@ -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) diff --git a/language.version b/language.version index 5af791b0b..6a91ed63a 100644 --- a/language.version +++ b/language.version @@ -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)"; diff --git a/zscript/dlc2/swwm_dlc2ammo.zsc b/zscript/dlc2/swwm_dlc2ammo.zsc index c55312abb..4fd45b16b 100644 --- a/zscript/dlc2/swwm_dlc2ammo.zsc +++ b/zscript/dlc2/swwm_dlc2ammo.zsc @@ -32,3 +32,6 @@ Class RayBundle : RayAmmo { } +Class AODAmmo : Ammo +{ +} diff --git a/zscript/dlc2/swwm_zombigoastsleavethisplace.zsc b/zscript/dlc2/swwm_zombigoastsleavethisplace.zsc new file mode 100644 index 000000000..8230382ab --- /dev/null +++ b/zscript/dlc2/swwm_zombigoastsleavethisplace.zsc @@ -0,0 +1,6 @@ +// Angels of Death (from SWWM Platinum Expansion Pack 2) +// Slot 0, spawns shared with Ynykron + +Class AODWeapon : SWWMWeapon +{ +}