Merge pull request #6667 from Heroman3003/voidsuti-surgery

Prevents surgery from being done while wearing a voidsuit
This commit is contained in:
Atermonera
2020-02-10 13:01:34 -08:00
committed by VirgoBot
parent 12a412be47
commit 571fe9f734
13 changed files with 125 additions and 44 deletions

View File

@@ -20,6 +20,8 @@
return 0
if (!(affected.robotic == ORGAN_ROBOT || affected.robotic == ORGAN_LIFELIKE)) //VOREStation Edit - No good on ORGAN_NANOFORM
return 0
if(coverage_check(user, target, affected, tool))
return 0
return 1
///////////////////////////////////////////////////////////////