Dragon Plushies! (#8371)

This commit is contained in:
MeepleMuncher
2024-05-12 16:23:29 +02:00
committed by GitHub
parent 92021d0dc7
commit 8a4956ae9a
5 changed files with 40 additions and 5 deletions
+7 -1
View File
@@ -92,8 +92,14 @@
/obj/item/toy/plushie/teshari/_yw,
/obj/item/toy/plushie/teshari/w_yw,
/obj/item/toy/plushie/teshari/b_yw,
/obj/item/toy/plushie/teshari/y_yw)
/obj/item/toy/plushie/teshari/y_yw,
//YawnWider Add End
//CHOMPStation Add Start
/obj/item/toy/plushie/red_dragon,
/obj/item/toy/plushie/green_dragon,
/obj/item/toy/plushie/purple_dragon
//CHOMPStation Add End
)
name = "Plushies Crate"
cost = 15
containertype = /obj/structure/closet/crate/allico
+6 -1
View File
@@ -66,7 +66,12 @@
/obj/item/toy/plushie/borgplushie/drake/jani,
/obj/item/toy/plushie/borgplushie/drake/trauma,
/obj/item/toy/plushie/otter,
/obj/item/toy/plushie/shark
/obj/item/toy/plushie/shark,
//CHOMPStation Add Start
/obj/item/toy/plushie/red_dragon,
/obj/item/toy/plushie/green_dragon,
/obj/item/toy/plushie/purple_dragon
//CHOMPStation Add End
)
/obj/machinery/clawmachine/update_icon()
+20 -1
View File
@@ -22,4 +22,23 @@
name = "green fox plushie"
icon = 'icons/obj/toy_ch.dmi'
icon_state = "greenfox"
pokephrase = "Weh!"
pokephrase = "Weh!"
/obj/item/toy/plushie/red_dragon
name = "red dragon plushie"
icon = 'icons/obj/toy_ch.dmi'
icon_state = "reddragon"
pokephrase = "RAWR!"
/obj/item/toy/plushie/green_dragon
name = "green dragon plushie"
icon = 'icons/obj/toy_ch.dmi'
icon_state = "greendragon"
pokephrase = "GRR!"
/obj/item/toy/plushie/purple_dragon
name = "purple dragon plushie"
icon = 'icons/obj/toy_ch.dmi'
icon_state = "purpledragon"
pokephrase = "GRAH!"
+7 -2
View File
@@ -780,8 +780,13 @@
/obj/item/toy/plushie/teshari/_yw,
/obj/item/toy/plushie/teshari/w_yw,
/obj/item/toy/plushie/teshari/b_yw,
/obj/item/toy/plushie/teshari/y_yw)
/obj/item/toy/plushie/teshari/y_yw,
//YawnWider Add End
//CHOMPStation Add Start
/obj/item/toy/plushie/red_dragon,
/obj/item/toy/plushie/green_dragon,
/obj/item/toy/plushie/purple_dragon)
//CHOMPStation Add End
/obj/random/plushielarge
name = "random large plushie"
@@ -1144,4 +1149,4 @@
prob(10);/obj/item/weapon/bluespace_harpoon,
prob(10);/obj/item/weapon/bluespace_crystal,
prob(1);/obj/item/clothing/glasses/graviton
)
)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB