Removed datum pooling (#26992)

* removed pooling

* replace returnToPool with qdel

* did stuff
This commit is contained in:
DamianX
2020-07-04 00:38:38 +02:00
committed by GitHub
parent efd974b493
commit f5c96279c6
299 changed files with 1167 additions and 1536 deletions

View File

@@ -346,7 +346,7 @@
if (length(message) > max_length)
message += "-"
to_chat(src, "<span class='warning'>You ran out of blood to write with!</span>")
var/obj/effect/decal/cleanable/blood/writing/W = getFromPool(/obj/effect/decal/cleanable/blood/writing,T)
var/obj/effect/decal/cleanable/blood/writing/W = new /obj/effect/decal/cleanable/blood/writing(T)
W.New(T)
W.basecolor = doodle_color
W.update_icon()