[MIRROR] adds logging for the Aurora Caelus oven ignition [MDB IGNORE] (#15921)

* adds logging for the Aurora Caelus oven ignition (#69525)

About The Pull Request

So apparently during the Aurora Caelus event there's a 1% chance that the oven in the kitchen ignites. This adds logging for when that does end up happening.

Why It's Good For The Game

Not having this logged can make it really hard to investigate why the entire kitchen burned down. I only found out that this caused the fire because I happened to be in view and saw an "oh egads" balloon alert for a split second. I almost thought I imagined it or something and it turns out it's a simpsons joke...

* adds logging for the Aurora Caelus oven ignition

Co-authored-by: kawoppi <94711066+kawoppi@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-08-29 15:11:49 -07:00
committed by GitHub
co-authored by kawoppi
parent 4d53d94029
commit d1f645d44e
+2
View File
@@ -44,6 +44,8 @@
roast_ruiner.balloon_alert_to_viewers("oh egads!")
var/turf/ruined_roast = get_turf(roast_ruiner)
ruined_roast.atmos_spawn_air("plasma=100;TEMP=1000")
message_admins("Aurora Caelus event caused an oven to ignite at [ADMIN_VERBOSEJMP(ruined_roast)].")
log_game("Aurora Caelus event caused an oven to ignite at [loc_name(ruined_roast)].")
for(var/mob/living/carbon/human/seymour as anything in GLOB.human_list)
if(seymour.mind && istype(seymour.mind.assigned_role, /datum/job/cook))
seymour.say("My roast is ruined!!!", forced = "ruined roast")