mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[GBP No Update] Perish, individual logging runtime (#69024)
missed 2 or 3(lol it was more when I look back at the files), LOG_GAME tags on the log_message line, and did some cleaning up since i was looking through every log_message again Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com> Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com>
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
/// Toggles whether or not researched_disabled is, yknow, disabled
|
||||
/obj/machinery/rnd/server/proc/toggle_disable(mob/user)
|
||||
research_disabled = !research_disabled
|
||||
user.log_message("[research_disabled ? "shut off" : "turned on"] [src] at [loc_name(user)].", LOG_GAME)
|
||||
user.log_message("[research_disabled ? "shut off" : "turned on"] [src]", LOG_GAME)
|
||||
refresh_working()
|
||||
|
||||
/// Gets status text based on this server's status for the computer.
|
||||
|
||||
Reference in New Issue
Block a user