This is very unprofessional. Yet I'm no google architect.

This commit is contained in:
Ghommie
2019-11-02 16:47:25 +01:00
parent 50fc1004ba
commit f4587b4260

View File

@@ -120,7 +120,7 @@
for(var/i in 1 to 6) //Attempts a jump up to 6 times.
var/atom/A = pick(targets)
if(!do_teleport(src, A, channel = TELEPORT_CHANNEL_MAGIC))
if(do_teleport(src, A, channel = TELEPORT_CHANNEL_MAGIC))
return TRUE
targets -= A
return FALSE