mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 03:26:21 +01:00
Fix runtime for ghosts flying over maglev track
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user