weak ions no longer coin flip into heavy emps (#23864)

* weak ions no longer coin flip into heavy emps

* haha very funny why is that there fuck off
This commit is contained in:
Qwertytoforty
2024-01-30 14:47:05 +00:00
committed by GitHub
parent 2944575968
commit 7a3acefd9d
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -36,8 +36,6 @@
var/distance = get_dist(epicenter, T)
var/will_affect = FALSE
if(distance < 0)
distance = 0
if(distance < heavy_range)
will_affect = T.emp_act(1)