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 22:35:43 +03:00
committed by Erki
parent bf93779c66
commit 99bc56fc39
9 changed files with 56 additions and 11 deletions
+1 -1
View File
@@ -516,7 +516,7 @@ obj/structure/cable/proc/cableColor(var/colorC)
if (!S) return
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