refactor: add commonly used investigate category defines (#28826)

This commit is contained in:
warriorstar-orion
2025-03-30 23:10:48 +00:00
committed by GitHub
parent 53abfd48a1
commit ff0c749f31
44 changed files with 135 additions and 129 deletions
+1 -1
View File
@@ -826,7 +826,7 @@
return
/mob/living/singularity_act()
investigate_log("([key_name(src)]) has been consumed by the singularity.","singulo") //Oh that's where the clown ended up!
investigate_log("([key_name(src)]) has been consumed by the singularity.",INVESTIGATE_SINGULO) //Oh that's where the clown ended up!
gib()
return 20
@@ -60,7 +60,7 @@
toast() // mmmm toasty.
else
visible_message("<span class='warning'>[src] chews through [C].</span>")
investigate_log("was chewed through by a mouse in [get_area(F)]([F.x], [F.y], [F.z] - [ADMIN_JMP(F)])","wires")
investigate_log("was chewed through by a mouse in [get_area(F)]([F.x], [F.y], [F.z] - [ADMIN_JMP(F)])",INVESTIGATE_WIRES)
C.deconstruct()
/mob/living/simple_animal/mouse/handle_automated_speech()