Merge pull request #5637 from Citadel-Station-13/upstream-merge-35845
[MIRROR] Fixes patches runtime when applying to missing limbs.
This commit is contained in:
@@ -16,6 +16,9 @@
|
|||||||
/obj/item/reagent_containers/pill/patch/attack(mob/living/L, mob/user)
|
/obj/item/reagent_containers/pill/patch/attack(mob/living/L, mob/user)
|
||||||
if(ishuman(L))
|
if(ishuman(L))
|
||||||
var/obj/item/bodypart/affecting = L.get_bodypart(check_zone(user.zone_selected))
|
var/obj/item/bodypart/affecting = L.get_bodypart(check_zone(user.zone_selected))
|
||||||
|
if(!affecting)
|
||||||
|
to_chat(user, "<span class='warning'>The limb is missing!</span>")
|
||||||
|
return
|
||||||
if(affecting.status != BODYPART_ORGANIC)
|
if(affecting.status != BODYPART_ORGANIC)
|
||||||
to_chat(user, "<span class='notice'>Medicine won't work on a robotic limb!</span>")
|
to_chat(user, "<span class='notice'>Medicine won't work on a robotic limb!</span>")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user