From 4f82e3aea6ca09d2f3496bcfee60e3fde92855e9 Mon Sep 17 00:00:00 2001 From: kopoba Date: Fri, 8 Jan 2021 00:51:02 +0400 Subject: [PATCH] Yellow slime core and Cakehats not directional light now (#55987) Yellow slime core when turn on is 360deg as at should be and not directional light and slightly brighter. Cakehats also get there 360deg light. --- code/game/objects/items/devices/flashlight.dm | 3 ++- code/modules/clothing/head/misc_special.dm | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index efde7ae3482..6ac76c6ee34 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -388,7 +388,8 @@ w_class = WEIGHT_CLASS_SMALL slot_flags = ITEM_SLOT_BELT custom_materials = null - light_range = 6 //luminosity when on + light_range = 7 //luminosity when on + light_system = MOVABLE_LIGHT /obj/item/flashlight/emp var/emp_max_charges = 4 diff --git a/code/modules/clothing/head/misc_special.dm b/code/modules/clothing/head/misc_special.dm index a4c46b9a0ce..2260937d80b 100644 --- a/code/modules/clothing/head/misc_special.dm +++ b/code/modules/clothing/head/misc_special.dm @@ -53,6 +53,7 @@ flags_inv = HIDEEARS|HIDEHAIR armor = list(MELEE = 0, BULLET = 0, LASER = 0,ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 0, ACID = 0) light_range = 2 //luminosity when on + light_system = MOVABLE_LIGHT flags_cover = HEADCOVERSEYES heat = 999