mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
Fixes a few bugs with armor, RIGs and fixes dreamchecker. (#11298)
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user