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:
Bobbahbrown
2022-02-08 17:19:15 -06:00
committed by GitHub
parent fb65fe762a
commit 853a6dc357
@@ -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