Update buffing.dm
This commit is contained in:
@@ -49,15 +49,15 @@
|
||||
. = ..()
|
||||
if(ishuman(host_mob))
|
||||
var/mob/living/carbon/human/H = host_mob
|
||||
H.physiology.armor.melee += 50
|
||||
H.physiology.armor.bullet += 35
|
||||
H.physiology.armor.melee += 25
|
||||
H.physiology.armor.bullet += 25
|
||||
|
||||
/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.bullet -= 35
|
||||
H.physiology.armor.melee -= 25
|
||||
H.physiology.armor.bullet -= 25
|
||||
|
||||
/datum/nanite_program/refractive
|
||||
name = "Dermal Refractive Surface"
|
||||
@@ -69,15 +69,15 @@
|
||||
. = ..()
|
||||
if(ishuman(host_mob))
|
||||
var/mob/living/carbon/human/H = host_mob
|
||||
H.physiology.armor.laser += 50
|
||||
H.physiology.armor.energy += 35
|
||||
H.physiology.armor.laser += 25
|
||||
H.physiology.armor.energy += 25
|
||||
|
||||
/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.energy -= 35
|
||||
H.physiology.armor.laser -= 25
|
||||
H.physiology.armor.energy -= 25
|
||||
|
||||
/datum/nanite_program/coagulating
|
||||
name = "Rapid Coagulation"
|
||||
@@ -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