stop this nonsense
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
var/i = findtext(name," ")
|
||||
return copytext(name, 1, i)
|
||||
|
||||
// Return 1 if this holiday should be celebrated today
|
||||
// return TRUE if this holiday should be celebrated today
|
||||
/datum/holiday/proc/shouldCelebrate(dd, mm, yy, ww, ddd)
|
||||
if(always_celebrate)
|
||||
return TRUE
|
||||
@@ -319,11 +319,11 @@
|
||||
if(mm == 9)
|
||||
if(yy/4 == round(yy/4)) //Note: Won't work right on September 12th, 2200 (at least it's a Friday!)
|
||||
if(dd == 12)
|
||||
return 1
|
||||
return TRUE
|
||||
else
|
||||
if(dd == 13)
|
||||
return 1
|
||||
return 0
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
/datum/holiday/programmers/getStationPrefix()
|
||||
return pick("span>","DEBUG: ","null","/list","EVENT PREFIX NOT FOUND") //Portability
|
||||
|
||||
Reference in New Issue
Block a user