Adds 4 new plushies

This commit is contained in:
Arkatos1
2019-05-01 21:43:32 +02:00
parent 81b7fbc491
commit 1f2c3819bd
4 changed files with 30 additions and 4 deletions
+2 -2
View File
@@ -42,8 +42,8 @@
possible_contents = list(/obj/random/carp_plushie)
/obj/item/toy/prizeball/plushie
name = "animal plushie capsule"
desc = "Contains one cuddly animal plushie!"
name = "plushie capsule"
desc = "Contains one cuddly plushie!"
possible_contents = list(/obj/random/plushie)
/obj/item/toy/prizeball/figure
+2 -2
View File
@@ -157,8 +157,8 @@ var/global/datum/prizes/global_prizes = new
cost = 65
/datum/prize_item/plushie
name = "Random Animal Plushie"
desc = "A colorful animal-shaped plush toy."
name = "Random Plushie"
desc = "A colorful plush toy."
typepath = /obj/item/toy/prizeball/plushie
cost = 75