Adds bear plushies (#6519)

Adds brand new bear plushies and literally nothing else.
This commit is contained in:
SubberTheFabulous
2019-06-05 23:18:12 +03:00
committed by Erki
parent db74477612
commit e069502e41
4 changed files with 54 additions and 1 deletions
+10
View File
@@ -843,6 +843,16 @@
desc = "A farwa plush doll. It's soft and comforting, with extra grip!"
icon_state = "farwaplushie"
slot_flags = SLOT_HEAD
/obj/item/toy/plushie/bear
name = "bear plush"
desc = "A bear plushie. You should hug it, quickly!"
icon_state = "bearplushie"
/obj/item/toy/plushie/bearfire
name = "firefighter bear plush"
desc = "A bear plushie. Only you can stop phoron fires!"
icon_state = "bearplushie_fire"
//Squid Plushies
+3 -1
View File
@@ -317,6 +317,8 @@
/obj/item/toy/plushie/kitten,
/obj/item/toy/plushie/lizard,
/obj/item/toy/plushie/farwa,
/obj/item/toy/plushie/bear,
/obj/item/toy/plushie/bearfire,
/obj/random/squid_plushie
)
@@ -1227,4 +1229,4 @@
var/obj/item/weapon/gun/energy/E = spawned
E.charge_cost *= 2
E.self_recharge = 0
E.reliability = 90
E.reliability = 90