mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Removed datum pooling (#26992)
* removed pooling * replace returnToPool with qdel * did stuff
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user