mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
refactor: add commonly used investigate category defines (#28826)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user