From 31e44bd078770d4f1f82f7207018a21e7249a209 Mon Sep 17 00:00:00 2001 From: Morrow Date: Fri, 25 Aug 2023 06:46:51 -0400 Subject: [PATCH] light numbers --- code/modules/clothing/suits/marine_armor.dm | 4 ++-- code/modules/projectiles/gun_attachables.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/suits/marine_armor.dm b/code/modules/clothing/suits/marine_armor.dm index bddb1ac6eecc..af2e0f18c6d3 100644 --- a/code/modules/clothing/suits/marine_armor.dm +++ b/code/modules/clothing/suits/marine_armor.dm @@ -80,7 +80,7 @@ valid_accessory_slots = list(ACCESSORY_SLOT_MEDAL, ACCESSORY_SLOT_PONCHO) light_power = 3 - light_range = 6 + light_range = 4 light_system = MOVABLE_LIGHT var/flashlight_cooldown = 0 //Cooldown for toggling the light @@ -196,7 +196,7 @@ flags_marine_armor ^= ARMOR_LAMP_ON light_holder.set_light_flags(LIGHT_ATTACHED) - light_holder.set_light_range(initial(light_range) + 2) + light_holder.set_light_range(initial(light_range)) light_holder.set_light_power(initial(light_power)) light_holder.set_light_on(toggle_on) diff --git a/code/modules/projectiles/gun_attachables.dm b/code/modules/projectiles/gun_attachables.dm index 3eb745864de4..727d802fe327 100644 --- a/code/modules/projectiles/gun_attachables.dm +++ b/code/modules/projectiles/gun_attachables.dm @@ -594,7 +594,7 @@ Defined in conflicts.dm of the #defines folder. icon = 'icons/obj/items/weapons/guns/attachments/rail.dmi' icon_state = "flashlight" attach_icon = "flashlight_a" - light_mod = 8 + light_mod = 5 slot = "rail" matter = list("metal" = 50,"glass" = 20) flags_attach_features = ATTACH_REMOVABLE|ATTACH_ACTIVATION