mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Swimstars! Now available in the loadout (#11861)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user