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

@@ -26,7 +26,7 @@ proc/time_stamp()
/* Returns 1 if it is the selected month and day */
proc/isDay(var/month, var/day)
writepanic("[__FILE__].[__LINE__] \\/proc/isDay() called tick#: [world.time]")
//writepanic("[__FILE__].[__LINE__] \\/proc/isDay() called tick#: [world.time]")
if(isnum(month) && isnum(day))
var/MM = text2num(time2text(world.timeofday, "MM")) // get the current month
var/DD = text2num(time2text(world.timeofday, "DD")) // get the current day