Removed a spawn() from rad_collector/New()

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4643 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-09-07 09:48:57 +00:00
parent f39dd65748
commit aeaf790882
2 changed files with 5 additions and 5 deletions
+3 -2
View File
@@ -142,12 +142,13 @@ var/list/mechtoys = list(
New()
ordernum = rand(1,9000)
//Supply shuttle ticker - handles supply point regenertion and shuttle travelling between centcomm and the station
proc/process()
for(var/typepath in (typesof(/datum/supply_packs) - /datum/supply_packs))
var/datum/supply_packs/P = new typepath()
supply_packs[P.name] = P
//Supply shuttle ticker - handles supply point regenertion and shuttle travelling between centcomm and the station
proc/process()
spawn(0)
set background = 1
while(1)