diff --git a/language.version b/language.version index 7f070abff..4f68cc4cd 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r803 \cu(Tue 4 Jul 13:53:34 CEST 2023)\c-"; -SWWM_SHORTVER="\cw1.3pre r803 \cu(2023-07-04 13:53:34)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r804 \cu(Tue 4 Jul 17:37:36 CEST 2023)\c-"; +SWWM_SHORTVER="\cw1.3pre r804 \cu(2023-07-04 17:37:36)\c-"; diff --git a/modeldef/items/ammo.txt b/modeldef/items/ammo.txt index 55d601026..12b25e4ec 100644 --- a/modeldef/items/ammo.txt +++ b/modeldef/items/ammo.txt @@ -59,28 +59,6 @@ Model "GoldShell" FrameIndex XZW1 A 0 0 } -Model "GoldShell2" -{ - Path "models" - - Model 0 "ShellAmmo_Two.iqm" - Skin 0 "Shell_Gold.png" - Scale 6 6 6 - ZOffset 16 - - FrameIndex XZW1 A 0 0 -} -Model "GoldShell4" -{ - Path "models" - - Model 0 "ShellAmmo_Four.iqm" - Skin 0 "Shell_Gold.png" - Scale 6 6 6 - ZOffset 16 - - FrameIndex XZW1 A 0 0 -} Model "EvisceratorShell" { diff --git a/zscript/items/swwm_ammoitems.zsc b/zscript/items/swwm_ammoitems.zsc index 7da14176d..b1b6c9b94 100644 --- a/zscript/items/swwm_ammoitems.zsc +++ b/zscript/items/swwm_ammoitems.zsc @@ -110,20 +110,6 @@ Class GoldShell : SWWMAmmo Wait; } } -Class GoldShell2 : GoldShell -{ - Default - { - Inventory.Amount 2; - } -} -Class GoldShell4 : GoldShell -{ - Default - { - Inventory.Amount 4; - } -} // ============================================================================ // Eviscerator ammo