From 6ef8308288e79bde12bd0336ffdab44208966521 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:55:44 -0700 Subject: [PATCH] [MIRROR] Lunchbox selection fix (#12805) Co-authored-by: Zerum <76460494+NateSaruli@users.noreply.github.com> --- code/game/objects/items/weapons/storage/toolbox.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/weapons/storage/toolbox.dm b/code/game/objects/items/weapons/storage/toolbox.dm index aa57096cc5..e0a744dd3e 100644 --- a/code/game/objects/items/weapons/storage/toolbox.dm +++ b/code/game/objects/items/weapons/storage/toolbox.dm @@ -198,7 +198,7 @@ filled = TRUE /obj/item/storage/toolbox/lunchbox/mars - name = "\improper Mojave university lunchbox" + name = "Mojave university lunchbox" icon = 'icons/obj/storage.dmi' icon_state = "lunchbox_marsuniversity" item_state_slots = list(slot_r_hand_str = "toolbox_red", slot_l_hand_str = "toolbox_red") @@ -208,7 +208,7 @@ filled = TRUE /obj/item/storage/toolbox/lunchbox/cti - name = "\improper CTI lunchbox" + name = "CTI lunchbox" icon = 'icons/obj/storage.dmi' icon_state = "lunchbox_cti" item_state_slots = list(slot_r_hand_str = "toolbox_blue", slot_l_hand_str = "toolbox_blue") @@ -218,7 +218,7 @@ filled = TRUE /obj/item/storage/toolbox/lunchbox/nymph - name = "\improper Diona nymph lunchbox" + name = "Diona nymph lunchbox" icon = 'icons/obj/storage.dmi' icon_state = "lunchbox_dionanymph" item_state_slots = list(slot_r_hand_str = "toolbox_yellow", slot_l_hand_str = "toolbox_yellow")