[GBP: NO UPDATE] Fixes xeno surgery (#19119)

* Fixes optable

* Xeno surgery works again, but at what cost?
This commit is contained in:
Luc
2022-09-25 12:47:09 -04:00
committed by GitHub
parent b5357494c4
commit e2e15d5579
7 changed files with 161 additions and 47 deletions
@@ -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)