[MIRROR] up ports a bunch of TGS commands (#11173)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-13 14:34:17 +02:00
committed by GitHub
co-authored by Kashargul
parent 42b68b856b
commit 0160eb3e68
29 changed files with 639 additions and 366 deletions
+4 -1
View File
@@ -213,8 +213,11 @@
if(!istype(target))
return
var/real_user = user ? user : usr
var/user_name = real_user ? key_name(real_user) : "Remotely (Discord)"
to_chat(target,"You've been hit by bluespace artillery!")
log_and_message_admins("has been hit by Bluespace Artillery fired by [key_name(user ? user : usr)]", target)
log_and_message_admins("has been hit by Bluespace Artillery fired by [user_name]", target)
target.setMoveCooldown(2 SECONDS)