Makes flightsuits far more vulnerable to EMPs (#32430)
This commit is contained in:
committed by
CitadelStationBot
parent
36234e94d4
commit
3253087a0d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user