Should prevent false-alarm rod events

This commit is contained in:
Crazylemon64
2017-02-26 07:26:07 -08:00
parent 369bf483b5
commit 923b5b160b
-5
View File
@@ -55,11 +55,6 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
poi_list.Remove(src)
return ..()
/obj/effect/immovablerod/Move()
if(z != z_original || loc == destination)
qdel(src)
return ..()
/obj/effect/immovablerod/ex_act(test)
return 0