Swimstars! Now available in the loadout (#11861)

This commit is contained in:
Casper3667
2021-05-13 19:51:24 +02:00
committed by GitHub
parent 815d71fae7
commit 8a7e449bdb
6 changed files with 54 additions and 0 deletions
+18
View File
@@ -987,6 +987,24 @@
icon_state = "greimorianplushie"
phrase = "Gort!"
/obj/item/toy/plushie/axic
name = "Axic plushie"
desc = "Plushie designed after the main characters of the hit show, Swimstars! This one is Axic. "
icon_state = "axicplushie"
phrase = "warble!"
/obj/item/toy/plushie/qill
name = "Qill plushie"
desc = "Plushie designed after the main characters of the hit show, Swimstars! This one is Qill. "
icon_state = "qillplushie"
phrase = "warble!"
/obj/item/toy/plushie/xana
name = "Xana plushie"
desc = "Plushie designed after the main characters of the hit show, Swimstars! This one is Xana. "
icon_state = "xanaplushie"
phrase = "warble!"
//Squid Plushies
/obj/item/toy/plushie/squid
@@ -253,4 +253,31 @@
item_state = "lunchbox_scc"
/obj/item/storage/toolbox/lunchbox/scc/filled
filled = TRUE
/obj/item/storage/toolbox/lunchbox/swimstars_axic
name = "Swimstars Axic lunchbox"
desc = "Created, and marketed, after the hit show, Swimstars!"
icon_state = "swimstars_axic"
item_state = "swimstars_axic"
/obj/item/storage/toolbox/lunchbox/swimstars_axic/filled
filled = TRUE
/obj/item/storage/toolbox/lunchbox/swimstars_qill
name = "Swimstars Qill lunchbox"
desc = "Created, and marketed, after the hit show, Swimstars!"
icon_state = "swimstars_qill"
item_state = "swimstars_qill"
/obj/item/storage/toolbox/lunchbox/swimstars_qill/filled
filled = TRUE
/obj/item/storage/toolbox/lunchbox/swimstars_xana
name = "Swimstars Xana lunchbox"
desc = "Created, and marketed, after the hit show, Swimstars!"
icon_state = "swimstars_xana"
item_state = "swimstars_xana"
/obj/item/storage/toolbox/lunchbox/swimstars_xana/filled
filled = TRUE