diff --git a/yogstation/code/game/objects/items/holotool/holotool.dm b/yogstation/code/game/objects/items/holotool/holotool.dm index 80c689adca60..f4ef03195cd3 100644 --- a/yogstation/code/game/objects/items/holotool/holotool.dm +++ b/yogstation/code/game/objects/items/holotool/holotool.dm @@ -10,6 +10,7 @@ righthand_file = 'yogstation/icons/mob/inhands/righthand.dmi' actions_types = list(/datum/action/item_action/change_tool, /datum/action/item_action/change_ht_color) resistance_flags = FIRE_PROOF | ACID_PROOF + light_system = MOVABLE_LIGHT var/datum/holotool_mode/current_tool var/obj/item/multitool/internal_multitool // A kludge caused by the statefulness of multitools,