Update spawner.dm

This commit is contained in:
Verkister
2022-03-25 18:42:38 +02:00
committed by GitHub
parent 1a7e78a578
commit 1a5b7dbdb6

View File

@@ -11,5 +11,5 @@
if(T)
new spawner_type(T)
to_chat(user, "<span class='notice'>You shift \the [src] onto \the [T].</span>")
log_and_message_admins("has casted [src] at [T.x],[T.y],[T.z].")
qdel(src)
log_and_message_admins("has casted [src] at [T.x],[T.y],[T.z].", user)
qdel(src)