Re-implements world end events as datums.

This commit is contained in:
PsiOmegaDelta
2015-07-07 23:09:03 +02:00
committed by PsiOmega
parent 5703fdfe85
commit 457987046b
15 changed files with 83 additions and 42 deletions
+4
View File
@@ -44,6 +44,9 @@ var/datum/admin_secrets/admin_secrets = new()
var/feedback = 1
var/permissions = R_HOST
/datum/admin_secret_item/dd_SortValue()
return "[name]"
/datum/admin_secret_item/proc/name()
return name
@@ -75,6 +78,7 @@ var/datum/admin_secrets/admin_secrets = new()
/datum/admin_secret_category/final_solutions
name = "Final Solutions"
desc = "(Warning, these will end the round!)"
/*************************
* Pre-defined base items *