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
|
||||
@@ -218,6 +218,9 @@
|
||||
plushies["plushie, slime"] = /obj/item/toy/plushie/slime
|
||||
plushies["plushie, penny"] = /obj/item/toy/plushie/pennyplush
|
||||
plushies["plushie, greimorian"] = /obj/item/toy/plushie/greimorian
|
||||
plushies["plushie, Axic"] = /obj/item/toy/plushie/axic
|
||||
plushies["plushie, Qill"] = /obj/item/toy/plushie/qill
|
||||
plushies["plushie, Xana"] = /obj/item/toy/plushie/xana
|
||||
gear_tweaks += new/datum/gear_tweak/path(plushies)
|
||||
|
||||
/datum/gear/toothpaste
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "The all new Swimstars plushies & lunchbox has been approved for station usage. Please find them in the loadout."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 55 KiB |
Reference in New Issue
Block a user