comment out panicwriter and saytesting

This commit is contained in:
D3athrow
2015-07-20 16:02:44 -05:00
parent 2867574f47
commit d59f6a07b0
1093 changed files with 7971 additions and 7972 deletions

View File

@@ -8,7 +8,7 @@
w_type=NOT_RECYCLABLE
/obj/effect/step_trigger/proc/Trigger(var/atom/movable/A)
writepanic("[__FILE__].[__LINE__] ([src.type])([usr ? usr.ckey : ""]) \\/obj/effect/step_trigger/proc/Trigger() called tick#: [world.time]")
//writepanic("[__FILE__].[__LINE__] ([src.type])([usr ? usr.ckey : ""]) \\/obj/effect/step_trigger/proc/Trigger() called tick#: [world.time]")
return 0
/obj/effect/step_trigger/Crossed(H as mob|obj)