mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-28 15:47:38 +01:00
Merge pull request #6063 from Heroman3003/fixes-tesla-logic-bug
Fixes tesla logic bug
This commit is contained in:
@@ -247,7 +247,7 @@
|
||||
closest_atom = A
|
||||
closest_dist = dist
|
||||
|
||||
else if(closest_mob)
|
||||
else if(closest_machine)
|
||||
continue
|
||||
|
||||
else if(istype(A, /obj/structure/blob))
|
||||
|
||||
Reference in New Issue
Block a user