mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
[MIRROR] use ring buffer for admin logs (#12528)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
88084ea9e2
commit
25aa2b8650
@@ -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()].")
|
||||
|
||||
Reference in New Issue
Block a user