[MIRROR] fixed field generators (#7807)

* Update field_generator.dm (#60918)

* fixed field generators

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-08-27 10:34:17 -04:00
committed by GitHub
co-authored by tralezab
parent a2d52cda61
commit 8820e84ded
@@ -84,7 +84,7 @@ no power level overlay is currently in the overlays list.
if(state != FG_WELDED)
to_chat(user, span_warning("[src] needs to be firmly secured to the floor first!"))
return
if(get_dist(src, user) >= 1)//Need to actually touch the thing to turn it on
if(get_dist(src, user) > 1)//Need to actually touch the thing to turn it on
return
if(active >= FG_CHARGING)
to_chat(user, span_warning("You are unable to turn off [src] once it is online!"))