mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
[GBP: NO UPDATE] Fixes xeno surgery (#19119)
* Fixes optable * Xeno surgery works again, but at what cost?
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
/obj/effect/hallucination/fake_item/attack_hand(mob/living/user)
|
||||
if(user != target)
|
||||
return
|
||||
if(hasorgans(user))
|
||||
if(ishuman(user))
|
||||
var/mob/living/carbon/human/H = user
|
||||
var/obj/item/organ/external/temp = H.bodyparts_by_name["r_hand"]
|
||||
if(user.hand)
|
||||
|
||||
Reference in New Issue
Block a user