Removes Event Procs

This commit is contained in:
Fox-McCloud
2016-11-16 07:14:08 -05:00
parent fc22354185
commit 9ace0245cf
5 changed files with 14 additions and 70 deletions
+6 -2
View File
@@ -269,8 +269,12 @@ client/proc/one_click_antag()
return 1
/datum/admins/proc/makeAliens()
alien_infestation(3)
return 1
var/datum/event/alien_infestation/E = new /datum/event/alien_infestation
E.spawncount = 3
// TODO The fact we have to do this rather than just have events start
// when we ask them to, is bad.
E.processing = TRUE
return TRUE
/*
/datum/admins/proc/makeSpaceNinja()