Fixed a problem with meme gamemode setup.

This commit is contained in:
cib
2012-05-23 22:24:18 +02:00
parent 4b78746f59
commit 2f32046bbf
+5 -2
View File
@@ -88,13 +88,16 @@
// get the host for this meme
var/datum/mind/first_host = assigned_hosts[meme.key]
// this is a redundant check, but I don't think the above works..
// if picking hosts works with this method, remove the method above
if(!first_host)
first_host = pick(first_hosts)
first_hosts.remove(first_host)
M.enter_host(first_host.current)
forge_meme_objectives(meme, first_host)
del original
break
log_admin("Created [memes.len] memes.")
spawn (rand(waittime_l, waittime_h))