mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Merge pull request #8890 from Citadel-Station-13/kevinz000-patch-59
Nerfs nanite armor
This commit is contained in:
@@ -49,14 +49,14 @@
|
||||
. = ..()
|
||||
if(ishuman(host_mob))
|
||||
var/mob/living/carbon/human/H = host_mob
|
||||
H.physiology.armor.melee += 50
|
||||
H.physiology.armor.melee += 35
|
||||
H.physiology.armor.bullet += 35
|
||||
|
||||
/datum/nanite_program/hardening/disable_passive_effect()
|
||||
. = ..()
|
||||
if(ishuman(host_mob))
|
||||
var/mob/living/carbon/human/H = host_mob
|
||||
H.physiology.armor.melee -= 50
|
||||
H.physiology.armor.melee -= 35
|
||||
H.physiology.armor.bullet -= 35
|
||||
|
||||
/datum/nanite_program/refractive
|
||||
@@ -69,14 +69,14 @@
|
||||
. = ..()
|
||||
if(ishuman(host_mob))
|
||||
var/mob/living/carbon/human/H = host_mob
|
||||
H.physiology.armor.laser += 50
|
||||
H.physiology.armor.laser += 35
|
||||
H.physiology.armor.energy += 35
|
||||
|
||||
/datum/nanite_program/refractive/disable_passive_effect()
|
||||
. = ..()
|
||||
if(ishuman(host_mob))
|
||||
var/mob/living/carbon/human/H = host_mob
|
||||
H.physiology.armor.laser -= 50
|
||||
H.physiology.armor.laser -= 35
|
||||
H.physiology.armor.energy -= 35
|
||||
|
||||
/datum/nanite_program/coagulating
|
||||
@@ -127,4 +127,4 @@
|
||||
/datum/nanite_program/mindshield/disable_passive_effect()
|
||||
. = ..()
|
||||
REMOVE_TRAIT(host_mob, TRAIT_MINDSHIELD, "nanites")
|
||||
host_mob.sec_hud_set_implants()
|
||||
host_mob.sec_hud_set_implants()
|
||||
|
||||
Reference in New Issue
Block a user