mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
use ring buffer for admin logs (#19272)
* use ring buffer for admin logs * spelling * ,
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
update_icon()
|
||||
return
|
||||
else if (!is_loosen)
|
||||
user.visible_message(span_warningplain(span_bold("\The [user]") + " tries to removes \the [tank] from \the [src] but it won't budge."), span_warning("You try to removes \the [tank] from \the [src] but it won't budge."))
|
||||
user.visible_message(span_warningplain(span_bold("\The [user]") + " tries to removes \the [tank] from \the [src] but it won't budge."), span_warning("You try to remove \the [tank] from \the [src] but it won't budge."))
|
||||
return
|
||||
if ("Toggle valve")
|
||||
if (!tank)
|
||||
|
||||
Reference in New Issue
Block a user