mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Adds 4 new plushies
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user