Replace singulo.log and supermatter.log with engine.log (#65850)

Merges the two separate engine logging files into one, and makes it generic enough for any possible future engine.
This commit is contained in:
dragomagol
2022-04-02 17:00:47 -05:00
committed by GitHub
parent ab2d58e74e
commit d944794bb4
14 changed files with 45 additions and 48 deletions
+2 -2
View File
@@ -323,7 +323,7 @@
var/turf/spawned_turf = get_turf(parent)
message_admins("A singulo has been created at [ADMIN_VERBOSEJMP(spawned_turf)].")
var/atom/atom_parent = parent
atom_parent.investigate_log("was made a singularity at [AREACOORD(spawned_turf)].", INVESTIGATE_SINGULO)
atom_parent.investigate_log("was made a singularity at [AREACOORD(spawned_turf)].", INVESTIGATE_ENGINE)
/// Fired when the singularity is fired at with the BSA and deletes it
/datum/component/singularity/proc/bluespace_reaction()
@@ -332,7 +332,7 @@
return
var/atom/atom_parent = parent
atom_parent.investigate_log("has been shot by bluespace artillery and destroyed.", INVESTIGATE_SINGULO)
atom_parent.investigate_log("has been shot by bluespace artillery and destroyed.", INVESTIGATE_ENGINE)
qdel(parent)
#undef CHANCE_TO_MOVE_TO_TARGET