Fixes a few bugs with armor, RIGs and fixes dreamchecker. (#11298)

This commit is contained in:
Matt Atlas
2021-02-24 15:59:42 +01:00
committed by GitHub
parent 2cfc521bfa
commit 43918c7602
9 changed files with 53 additions and 7 deletions
@@ -573,4 +573,4 @@ emp_act
/mob/living/carbon/human/extinguish_fire()
..()
for(var/obj/item/I in contents)
I.extinguish_fire()
I.extinguish_fire()
+1 -1
View File
@@ -119,7 +119,7 @@
to_chat(src, SPAN_WARNING("Warning: Electromagnetic pulse detected."))
..()
/mob/living/silicon/stun_effect_act()
/mob/living/silicon/stun_effect_act(var/stun_amount, var/agony_amount, var/def_zone, var/used_weapon, var/damage_flags)
return //immune
/mob/living/silicon/electrocute_act(shock_damage, obj/source, siemens_coeff = 1.0, tesla_shock = FALSE, ground_zero)