From c2819f7a04e1c19d521e23f6bfcb94ac59c4eca9 Mon Sep 17 00:00:00 2001 From: Geeves Date: Sat, 8 Jul 2023 13:18:46 +0200 Subject: [PATCH] Ship Ammunition Weight Loss (#16582) --- code/modules/overmap/ship_weaponry/_ship_ammunition.dm | 2 +- html/changelogs/geeves-xion_fox.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/geeves-xion_fox.yml diff --git a/code/modules/overmap/ship_weaponry/_ship_ammunition.dm b/code/modules/overmap/ship_weaponry/_ship_ammunition.dm index 5a961a003a3..6a0cfc12fdf 100644 --- a/code/modules/overmap/ship_weaponry/_ship_ammunition.dm +++ b/code/modules/overmap/ship_weaponry/_ship_ammunition.dm @@ -25,7 +25,7 @@ var/obj/item/projectile/original_projectile var/heading = SOUTH var/range = OVERMAP_PROJECTILE_RANGE_MEDIUM - var/mob_carry_size = MOB_LARGE //How large a mob has to be to carry the shell + var/mob_carry_size = 12 //How large a mob has to be to carry the shell //Cookoff variables. var/cookoff_devastation = 0 var/cookoff_heavy = 2 diff --git a/html/changelogs/geeves-xion_fox.yml b/html/changelogs/geeves-xion_fox.yml new file mode 100644 index 00000000000..34a42df1188 --- /dev/null +++ b/html/changelogs/geeves-xion_fox.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - tweak: "Lowered the weight of ship ammunition so that Xion frames, vaurca workers, and non-Coeus Diona can lift them without mechanical assistance." \ No newline at end of file