SolGov Marine Snacks (#31501)

* Adding SolGov Marine Snack (rev 1)

* Added crayon-mannitol, flavors, and every color of the rainbow.

* Polling complete

* Minor fixes for lines and commas, because of course.
This commit is contained in:
azulez
2026-02-05 06:12:33 +00:00
committed by GitHub
parent c717edeeb8
commit 0f99799bac
3 changed files with 52 additions and 1 deletions
+15
View File
@@ -153,6 +153,21 @@
new /obj/item/toy/crayon/black(src)
update_icon()
/obj/item/storage/fancy/crayons/marine
name = "box of TSF Standard Issue crayons"
desc = "A box of a SolGov Marine's favorite mid-operational snack."
/obj/item/storage/fancy/crayons/marine/populate_contents()
new /obj/item/toy/crayon/white/marine(src)
new /obj/item/toy/crayon/red/marine(src)
new /obj/item/toy/crayon/orange/marine(src)
new /obj/item/toy/crayon/yellow/marine(src)
new /obj/item/toy/crayon/green/marine(src)
new /obj/item/toy/crayon/blue/marine(src)
new /obj/item/toy/crayon/purple/marine(src)
new /obj/item/toy/crayon/black/marine(src)
update_icon()
/obj/item/storage/fancy/crayons/update_overlays()
. = ..()
. += image('icons/obj/crayons.dmi',"crayonbox")