mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +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 @@
|
||||
balloon_alert(user, "needs [reagents.maximum_volume]u of charge!")
|
||||
return
|
||||
visible_message(ignition_message)
|
||||
user.log_message("fired a cannon in [AREACOORD(src)]", LOG_ATTACK)
|
||||
user.log_message("fired a cannon", LOG_ATTACK)
|
||||
log_game("[key_name(user)] fired a cannon in [AREACOORD(src)]")
|
||||
addtimer(CALLBACK(src, .proc/fire), fire_delay)
|
||||
charge_ignited = TRUE
|
||||
|
||||
Reference in New Issue
Block a user