mining bots now take damage equal to 100 over severity

This commit is contained in:
Birdtalon
2017-08-13 16:49:48 +01:00
parent 97c8140031
commit 0d467f881d
+5
View File
@@ -61,6 +61,11 @@
SetCollectBehavior()
/mob/living/simple_animal/hostile/mining_drone/emp_act(severity)
adjustFireLoss(100 / severity)
to_chat(src, "<span class='userdanger'>NOTICE: EMP detected, systems damaged!</span>")
visible_message("<span class='warning'>[src] crackles and buzzes violently!</span>")
/mob/living/simple_animal/hostile/mining_drone/sentience_act()
AIStatus = AI_OFF
check_friendly_fire = 0