mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 23:47:16 +01:00
fix for plushie reward
This commit is contained in:
@@ -95,8 +95,9 @@
|
||||
if(affecting.heal_damage(heal_brute, heal_burn))
|
||||
C.update_damage_overlays()
|
||||
if (fix_bone) //Fix broken bones on targeted limb
|
||||
affecting.broken = 0
|
||||
affecting.disabled = 0
|
||||
if(affecting.broken == 1)
|
||||
affecting.broken = 0
|
||||
affecting.disabled = 0
|
||||
else
|
||||
to_chat(user, "<span class='notice'>Medicine won't work on a robotic limb!</span>")
|
||||
else
|
||||
@@ -108,7 +109,7 @@
|
||||
name = "plaster gauze"
|
||||
gender = PLURAL
|
||||
singular_name = "plaster gauze"
|
||||
desc = "A roll of plaster of paris that is extremely effective at aiding bone fratcutres, but does not heal wounds."
|
||||
desc = "A roll of plaster of paris that is extremely effective at aiding bone fractures, but does not heal wounds."
|
||||
icon_state = "pgauze"
|
||||
self_delay = 300
|
||||
max_amount = 10
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
/obj/item/toy/plush/mammal/marilyn
|
||||
desc = "A cute stuffed fox toy. Now, about that sponge bath..."
|
||||
icon = 'hyperstation/icons/obj/plushes.dmi'
|
||||
attack_verb = list("hugged", "cuddled", "embraced")
|
||||
icon_state = "marilyn"
|
||||
item_state = "marilyn"
|
||||
|
||||
|
||||
@@ -13,11 +13,17 @@
|
||||
path = /obj/item/bikehorn
|
||||
geargroupID = list("DONORTEST") //This is a list mainly for the sake of testing, but geargroupID works just fine with ordinary strings
|
||||
|
||||
/datum/gear/quotestestitem
|
||||
name = "Will Plushy"
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/toy/plush/mammal/winterbloo
|
||||
ckeywhitelist = list("quotefox")
|
||||
|
||||
/datum/gear/winterblooplush
|
||||
name = "Will Plush"
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/toy/plush/mammal/winterbloo
|
||||
ckeywhitelist = list("wolfy_wolf967")
|
||||
ckeywhitelist = list("wolfy wolf967")
|
||||
|
||||
/datum/gear/helioplush
|
||||
name = "Chris Plushie"
|
||||
|
||||
Reference in New Issue
Block a user