mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 23:12:26 +00:00
Removes prosthetic limb damage resistance and sever vulnerability.
This commit is contained in:
@@ -921,22 +921,11 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
|
||||
/obj/item/organ/external/robotize(var/company, var/skip_prosthetics = 0, var/keep_organs = 0)
|
||||
|
||||
if(status & ORGAN_ROBOT)
|
||||
return
|
||||
|
||||
|
||||
if(status & ORGAN_ROBOT)
|
||||
return
|
||||
|
||||
..()
|
||||
|
||||
brute_mod = 0.8 // More resistant to brute.
|
||||
burn_mod = 0.8 // More resistant to burn.
|
||||
max_damage = initial(max_damage)*0.65 // Significantly easier to remove with trauma.
|
||||
|
||||
brute_mod = 0.8
|
||||
burn_mod = 0.8
|
||||
|
||||
if(company)
|
||||
model = company
|
||||
var/datum/robolimb/R = all_robolimbs[company]
|
||||
@@ -955,7 +944,6 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
for(var/obj/item/organ/external/T in children)
|
||||
T.robotize(company, 1)
|
||||
|
||||
|
||||
if(owner)
|
||||
|
||||
if(!skip_prosthetics)
|
||||
|
||||
Reference in New Issue
Block a user