Readded spawn(0) and fixed a silly comment.

This commit is contained in:
Erthilo
2012-06-01 03:29:24 +01:00
parent 014b91cda5
commit c921336849
2 changed files with 12 additions and 11 deletions

View File

@@ -63,7 +63,7 @@
//BEGIN CENTCOM ACCESS
/*Should leave plenty of room if we need to add more access levels.
/var/const/Mostly for admin fun times.*/
Mostly for admin fun times.*/
/var/const/access_cent_general = 101//General facilities.
/var/const/access_cent_thunder = 102//Thunderdome.
/var/const/access_cent_specops = 103//Special Ops.

View File

@@ -95,6 +95,7 @@ var/global/list/uneatable = list(
process()
spawn(0)
eat()
dissipate()
check_energy()