From c3aa5ff596f07d1535a24e3011c1408e678c3d92 Mon Sep 17 00:00:00 2001 From: LT3 <83487515+lessthnthree@users.noreply.github.com> Date: Tue, 16 Sep 2025 18:02:28 -0700 Subject: [PATCH] box of XL shotgun darts no longer has an XL name (#93002) ## About The Pull Request Fixes the name of XL shotgun darts ## Why It's Good For The Game "A box full of shotgun darts with increased chemical storage capacity" barely fits on the screen as a tooltip ## Changelog :cl: LT3 fix: 'a box full of shotgun darts with increased chemical storage capacity' now has a shorter name /:cl: --- code/game/objects/items/storage/boxes/security_boxes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/storage/boxes/security_boxes.dm b/code/game/objects/items/storage/boxes/security_boxes.dm index 4742921ecce..230ad5eea22 100644 --- a/code/game/objects/items/storage/boxes/security_boxes.dm +++ b/code/game/objects/items/storage/boxes/security_boxes.dm @@ -219,7 +219,7 @@ /obj/item/storage/box/large_dart name = "box of XL shotgun darts" - name = "A box full of shotgun darts with increased chemical storage capacity." + desc = "A box full of shotgun darts with increased chemical storage capacity." icon_state = "shotdart_box" illustration = null