mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user