Merge pull request #3849 from Citadel-Station-13/upstream-merge-32430

[MIRROR] Makes flightsuits far more vulnerable to EMPs
This commit is contained in:
LetterJay
2017-11-08 01:45:49 -06:00
committed by GitHub
@@ -76,8 +76,8 @@
//This is probably too much code just for EMP damage.
var/emp_damage = 0 //One hit should make it hard to control, continuous hits will cripple it and then simply shut it off/make it crash. Direct hits count more.
var/emp_strong_damage = 2
var/emp_weak_damage = 1.1
var/emp_strong_damage = 4
var/emp_weak_damage = 2.5
var/emp_heal_amount = 0.06 //How much emp damage to heal per process.
var/emp_disable_threshold = 3 //3 weak ion, 2 strong ion hits.
var/emp_disabled = FALSE