Logs pacman overheating (#16043)

* Logs pacman overheating

* Jump to it

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* affected spells like teen spirit

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2021-05-29 16:19:29 -04:00
committed by GitHub
parent cd7017e1b3
commit 0801a51d96
+2
View File
@@ -249,6 +249,8 @@
/obj/machinery/power/port_gen/pacman/proc/overheat()
overheating++
if(overheating > 60)
message_admins("Pacman overheated at [ADMIN_JMP(loc)]. Last touched by: [fingerprintslast ? "[fingerprintslast]" : "*null*"].")
log_game("Pacman overheated at [COORD(loc)]. Last touched by: [fingerprintslast ? "[fingerprintslast]" : "*null*"].")
explode()
/obj/machinery/power/port_gen/pacman/explode()