Merge pull request #9534 from Linzolle/abductor-science-man

URGENT fixes for abductors
This commit is contained in:
deathride58
2019-10-21 22:30:07 -04:00
committed by GitHub
5 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
if(replaced_by == /datum/surgery)
return FALSE
if(HAS_TRAIT(user, TRAIT_SURGEON))
if(HAS_TRAIT(user, TRAIT_SURGEON) || HAS_TRAIT(user.mind, TRAIT_SURGEON))
if(replaced_by)
return FALSE
else