mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
[RUNTIME] Telesci console no longer runtimes trying to generate a log (#30999)
* Tactical envirosuit helmet icon_state properly updates on reskin
* Revert "Tactical envirosuit helmet icon_state properly updates on reskin"
This reverts commit c4d10881b2.
* Telescience computer log no longer causes runtimes
---------
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
@@ -197,8 +197,7 @@
|
||||
var/turf/source = target
|
||||
var/turf/dest = get_turf(TP)
|
||||
|
||||
var/list/log_msg = list()
|
||||
log_msg += "[key_name(user)] has teleported "
|
||||
var/log_msg = "[key_name(user)] has teleported "
|
||||
|
||||
if(sending)
|
||||
source = dest
|
||||
@@ -260,7 +259,7 @@
|
||||
|
||||
var/area/A = get_area(target)
|
||||
log_msg += " [sending ? "to" : "from"] [trueX], [trueY], [target_z] ([A ? A.name : "null area"])"
|
||||
investigate_log(log_msg.Join(""), "telesci")
|
||||
investigate_log(log_msg, "telesci")
|
||||
SStgui.update_uis(src)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user