diff --git a/code/game/objects/items/weapons/storage/toolbox.dm b/code/game/objects/items/weapons/storage/toolbox.dm index 7ba2bab370e..d7446f4d364 100644 --- a/code/game/objects/items/weapons/storage/toolbox.dm +++ b/code/game/objects/items/weapons/storage/toolbox.dm @@ -222,3 +222,13 @@ /obj/item/storage/toolbox/lunchbox/syndicate/filled filled = TRUE + +/obj/item/storage/toolbox/lunchbox/schlorrgo + name = "patriotic lunchbox" + icon_state = "lunchbox_schlorrgo" + item_state = "lunchbox_schlorrgo" + desc = "A little lunchbox. This one has a Cool Schlorrgo stamp on \ + it, a famous Adhomian cartoon character. Approved by the People's Republic of Adhomai." + +/obj/item/storage/toolbox/lunchbox/schlorrgo/filled + filled = TRUE diff --git a/html/changelogs/stryker-schlorrgo.yml b/html/changelogs/stryker-schlorrgo.yml new file mode 100644 index 00000000000..ee541644cf8 --- /dev/null +++ b/html/changelogs/stryker-schlorrgo.yml @@ -0,0 +1,4 @@ +author: The Stryker +delete-after: True +changes: + - rscadd: "Adds a schlorrgo lunchbox (patriotic lunchbox) to the loadout. Description by Alberyk." diff --git a/icons/obj/lunchbox.dmi b/icons/obj/lunchbox.dmi index f75c3873721..a03e5296dff 100644 Binary files a/icons/obj/lunchbox.dmi and b/icons/obj/lunchbox.dmi differ