diff --git a/code/game/objects/items/weapons/storage/toolbox.dm b/code/game/objects/items/weapons/storage/toolbox.dm index 6c842f2a567..8b1a2ad1ac3 100644 --- a/code/game/objects/items/weapons/storage/toolbox.dm +++ b/code/game/objects/items/weapons/storage/toolbox.dm @@ -208,7 +208,7 @@ filled = TRUE /obj/item/storage/toolbox/lunchbox/nymph - name = "\improper diona nymph lunchbox" + name = "Diona Nymph Lunchbox" icon_state = "lunchbox_dionanymph" item_state = "lunchbox_dionanymph" desc = "A little lunchbox. This one has a diona nymph on the side." diff --git a/html/changelogs/Crosarius-dionalunchbox.yml b/html/changelogs/Crosarius-dionalunchbox.yml new file mode 100644 index 00000000000..384d9d37e3f --- /dev/null +++ b/html/changelogs/Crosarius-dionalunchbox.yml @@ -0,0 +1,6 @@ +author: Crosarius + +delete-after: True + +changes: + - bugfix: "Selecting diona nymph lunchbox in the loadout now correctly gives you the diona nymph lunchbox on spawn."