mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Fixes aut'akh repair (#6104)
This pr allow aut'akh to repair their assisted organs without having to do impossible robotics surgery on them.
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
// Welder is switched off!
|
||||
user << "<span class='warning'>You need to light the welding tool, first!</span>"
|
||||
return
|
||||
if(S.brute_dam > ROBOLIMB_SELF_REPAIR_CAP)
|
||||
if(S.brute_dam > ROBOLIMB_SELF_REPAIR_CAP && (S.status & ORGAN_ROBOT))
|
||||
user << "<span class='warning'>The damage is far too severe to patch over externally.</span>"
|
||||
return
|
||||
if (src.remove_fuel(0))
|
||||
|
||||
Reference in New Issue
Block a user