mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user