mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user