Borg Adjustments (#6600)

balance: "Medical borg's are now able to handle tanks, breath mask's and organs with chem gripper."
    tweak: "Renames Hunter Killers to Military Frames."
This commit is contained in:
Lady Fowl
2019-07-04 12:35:43 -07:00
committed by Erki
parent bf93779c66
commit 99bc56fc39
9 changed files with 56 additions and 11 deletions
+1 -1
View File
@@ -305,7 +305,7 @@
if(!(S.status & ORGAN_ASSISTED) || user.a_intent != I_HELP)
return ..()
if(M.isSynthetic() && M == user && !(M.get_species() == "Hunter-Killer"))
if(M.isSynthetic() && M == user && !(M.get_species() == "Military Frame"))
to_chat(user, "<span class='warning'>You can't repair damage to your own body - it's against OH&S.</span>")
return
if(S.brute_dam == 0)