mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Adds bear plushies (#6519)
Adds brand new bear plushies and literally nothing else.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user