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
@@ -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
+6
View File
@@ -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

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 55 KiB