mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user