mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Remove old investigate categories [MDB IGNORE] (#12542)
* Remove old investigate categories * Update logging.dm Co-authored-by: dragomagol <66640614+dragomagol@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
co-authored by
dragomagol
Gandalf
parent
89bc776418
commit
c37aecd3ca
@@ -5,7 +5,6 @@
|
||||
#define INVESTIGATE_CARGO "cargo"
|
||||
#define INVESTIGATE_CRAFTING "crafting"
|
||||
#define INVESTIGATE_ENGINE "engine"
|
||||
#define INVESTIGATE_EXONET "exonet"
|
||||
#define INVESTIGATE_EXPERIMENTOR "experimentor"
|
||||
#define INVESTIGATE_GRAVITY "gravity"
|
||||
#define INVESTIGATE_HALLUCINATIONS "hallucinations"
|
||||
@@ -15,7 +14,6 @@
|
||||
#define INVESTIGATE_RADIATION "radiation"
|
||||
#define INVESTIGATE_RECORDS "records"
|
||||
#define INVESTIGATE_RESEARCH "research"
|
||||
#define INVESTIGATE_TELESCI "telesci"
|
||||
#define INVESTIGATE_WIRES "wires"
|
||||
|
||||
// Logging types for log_message()
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
|
||||
var/turf/source = target
|
||||
var/list/log_msg = list()
|
||||
log_msg += ": [alternate_log_name || key_name(user)] triggered a teleport "
|
||||
log_msg += "[alternate_log_name || key_name(user)] triggered a teleport "
|
||||
|
||||
if(sending)
|
||||
source = dest
|
||||
@@ -222,7 +222,7 @@
|
||||
if (first)
|
||||
log_msg += "nothing"
|
||||
log_msg += " [sending ? "to" : "from"] [target_x], [target_y], [z] ([A ? A.name : "null area"])"
|
||||
investigate_log(log_msg.Join(), INVESTIGATE_TELESCI)
|
||||
log_game(log_msg.Join())
|
||||
updateDialog()
|
||||
|
||||
//Starts in the briefcase. Don't spawn this directly, or it will runtime when closing.
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
INVESTIGATE_CARGO,
|
||||
INVESTIGATE_CRAFTING,
|
||||
INVESTIGATE_ENGINE,
|
||||
INVESTIGATE_EXONET,
|
||||
INVESTIGATE_EXPERIMENTOR,
|
||||
INVESTIGATE_GRAVITY,
|
||||
INVESTIGATE_HALLUCINATIONS,
|
||||
@@ -27,7 +26,6 @@
|
||||
INVESTIGATE_RADIATION,
|
||||
INVESTIGATE_RECORDS,
|
||||
INVESTIGATE_RESEARCH,
|
||||
INVESTIGATE_TELESCI,
|
||||
INVESTIGATE_WIRES,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user