Pooling fixes (#1866)

Fixes some bad arguments on getFromPool calls that were causing things to not work correctly.
Fixes #1800.

Damn you butterfly effect.
This commit is contained in:
Lohikar
2017-03-05 02:05:14 +02:00
committed by skull132
parent 5320d6af3e
commit 7bc62acb6e
7 changed files with 8 additions and 8 deletions
@@ -151,7 +151,7 @@
if(busy == LAYING_EGGS)
E = locate() in get_turf(src)
if(!E)
getFromPool(/obj/effect/spider/eggcluster, list(loc, src))
getFromPool(/obj/effect/spider/eggcluster, loc, src)
fed--
busy = 0
stop_automated_movement = 0