[MIRROR] puts emp shields on some syndie and admin modsuits, adds advanced emp shields [MDB IGNORE] (#13819)

* Puts emp shields on some syndie and admin modsuits, adds advanced emp shields (#67152)

* puts emp shields on some syndie and admin modsuits, adds advanced emp shields

* contractor updates

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-05-22 19:13:57 -07:00
committed by GitHub
co-authored by Fikou Zonespace
parent 1c62acb23c
commit 52c4e47a3b
6 changed files with 35 additions and 12 deletions
+1 -1
View File
@@ -429,7 +429,7 @@
if(. & EMP_PROTECT_CONTENTS)
return
selected_module?.on_deactivation(display_message = TRUE)
wearer.apply_damage(10 / severity, BURN, spread_damage=TRUE)
wearer.apply_damage(5 / severity, BURN, spread_damage=TRUE)
to_chat(wearer, span_danger("You feel [src] heat up from the EMP, burning you slightly."))
if(wearer.stat < UNCONSCIOUS && prob(10))
wearer.emote("scream")