Fixes the admin message not appearing under certain conditions when the rapid dupe experimentator relic is used.

All objects from said relic will spawn at the same time now.
This commit is contained in:
Aranclanos
2015-08-25 05:31:02 -03:00
parent ba1a268305
commit 460c2c290c
+2 -1
View File
@@ -703,7 +703,8 @@
R.realProc = realProc
R.revealed = TRUE
dupes |= R
R.throw_at(pick(oview(7,get_turf(src))),10,1)
spawn()
R.throw_at(pick(oview(7,get_turf(src))),10,1)
counter = 0
spawn(rand(10,100))
for(counter = 1; counter <= dupes.len; counter++)