mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user