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