[MIRROR] use ring buffer for admin logs (#12528)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-14 22:54:26 +01:00
committed by GitHub
co-authored by Kashargul
parent 88084ea9e2
commit 25aa2b8650
5 changed files with 44 additions and 15 deletions
+1 -1
View File
@@ -825,7 +825,7 @@ GLOBAL_LIST_EMPTY(light_type_cache)
else if(TK in user.mutations)
to_chat(user, "You telekinetically remove the light [get_fitting_name()].")
else
to_chat(user, "You try to remove the light [get_fitting_name()], but it's too hot and you don't want to burn your hand.")
to_chat(user, "You try to remove the [get_fitting_name()], but it's too hot and you don't want to burn your hand.")
return // if burned, don't remove the light
else
to_chat(user, "You remove the light [get_fitting_name()].")