mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Add logging to cult rune inscribing (OFFICIAL) (SHE'S BACK) (#64754)
Previously the game did not log and it was a challenge to prove what did or didn't happen with cult runes (see certain ban appeal threads); they are now present in the game log.
This commit is contained in:
@@ -327,6 +327,7 @@
|
||||
made_rune.add_mob_blood(cultist)
|
||||
|
||||
to_chat(cultist, span_cult("The [lowertext(made_rune.cultist_name)] rune [made_rune.cultist_desc]"))
|
||||
cultist.log_message("scribed \a [lowertext(made_rune.cultist_name)] rune at [AREACOORD(made_rune)] using [parent] ([parent.type])", LOG_GAME)
|
||||
SSblackbox.record_feedback("tally", "cult_runes_scribed", 1, made_rune.cultist_name)
|
||||
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user