From 1f0d72bd49696d56781fb1febd732034dfba3246 Mon Sep 17 00:00:00 2001 From: Crosarius <30341877+Crosarius@users.noreply.github.com> Date: Mon, 20 May 2024 01:52:54 +1000 Subject: [PATCH] Diona Lunchbox Loadout Fix (#19149) Changed the name of the diona lunchbox so it is actually granted on spawn, instead of becoming the rainbox lunchbox. --- code/game/objects/items/weapons/storage/toolbox.dm | 2 +- html/changelogs/Crosarius-dionalunchbox.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/Crosarius-dionalunchbox.yml 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."