From bf7ffee032e3aa4d8efe9e3cb617087c3cee0d86 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Thu, 18 May 2017 20:54:32 -0400 Subject: [PATCH] Fix runtime for ghosts flying over maglev track --- maps/tether/tether_things.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/tether/tether_things.dm b/maps/tether/tether_things.dm index ee55cca310..a3607799f4 100644 --- a/maps/tether/tether_things.dm +++ b/maps/tether/tether_things.dm @@ -88,7 +88,7 @@ // Walking on maglev tracks will shock you! Horray! /turf/simulated/floor/maglev/Entered(var/atom/movable/AM, var/atom/old_loc) - if(ismob(AM) && prob(50)) + if(isliving(AM) && prob(50)) shock(AM) /turf/simulated/floor/maglev/attack_hand(var/mob/user) if(prob(75))