From ded32fe841853f97a4dd0245528dca25a6315c74 Mon Sep 17 00:00:00 2001 From: vincibrv Date: Thu, 27 Jun 2024 08:32:42 +0200 Subject: [PATCH 1/2] change to m56d ammo --- code/__DEFINES/xeno.dm | 2 +- code/modules/vehicles/hardpoints/hardpoint_ammo/cupola_ammo.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/__DEFINES/xeno.dm b/code/__DEFINES/xeno.dm index 18d4908c9df..40786f7d1ba 100644 --- a/code/__DEFINES/xeno.dm +++ b/code/__DEFINES/xeno.dm @@ -79,7 +79,7 @@ #define BUILD_TIME_MULT_LESSER_DRONE 2 #define BUILD_TIME_MULT_XENO 1 #define BUILD_TIME_MULT_BUILDER 1 -#define BUILD_TIME_MULT_HIVELORD 0.5 +#define BUILD_TIME_MULT_HIVELORD 0.7 #define IGNORE_BUILD_DISTANCE -1 diff --git a/code/modules/vehicles/hardpoints/hardpoint_ammo/cupola_ammo.dm b/code/modules/vehicles/hardpoints/hardpoint_ammo/cupola_ammo.dm index cadb760bd64..7eecc7d0451 100644 --- a/code/modules/vehicles/hardpoints/hardpoint_ammo/cupola_ammo.dm +++ b/code/modules/vehicles/hardpoints/hardpoint_ammo/cupola_ammo.dm @@ -5,7 +5,7 @@ icon = 'icons/obj/items/weapons/guns/ammo_by_faction/uscm.dmi' icon_state = "cupola_1" w_class = SIZE_LARGE - default_ammo = /datum/ammo/bullet/smartgun + default_ammo = /datum/ammo/bullet/machinegun max_rounds = 500 gun_type = /obj/item/hardpoint/secondary/m56cupola From 948fda8817cc143019c261dd54de2dcde930ddc9 Mon Sep 17 00:00:00 2001 From: vincibrv Date: Thu, 27 Jun 2024 08:45:00 +0200 Subject: [PATCH 2/2] oversight --- code/__DEFINES/xeno.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/xeno.dm b/code/__DEFINES/xeno.dm index 40786f7d1ba..18d4908c9df 100644 --- a/code/__DEFINES/xeno.dm +++ b/code/__DEFINES/xeno.dm @@ -79,7 +79,7 @@ #define BUILD_TIME_MULT_LESSER_DRONE 2 #define BUILD_TIME_MULT_XENO 1 #define BUILD_TIME_MULT_BUILDER 1 -#define BUILD_TIME_MULT_HIVELORD 0.7 +#define BUILD_TIME_MULT_HIVELORD 0.5 #define IGNORE_BUILD_DISTANCE -1