Moves from log_debug to log_runtime for non-fatal abberant states

This commit is contained in:
Crazylemon64
2016-08-23 17:03:52 -07:00
parent 1b4565d1c3
commit b633cf53af
21 changed files with 45 additions and 45 deletions
+3 -7
View File
@@ -53,14 +53,10 @@
if(!bounds)
return 0
if(bot_left == null || top_right == null)
log_debug("One of the late setup corners is bust")
else
log_debug("Late Setup from ([bot_left.x],[bot_left.y]) to ([top_right.x],[top_right.y])")
log_runtime(EXCEPTION("One of the late setup corners is bust"), src)
if(ST_bot_left == null || ST_top_right == null)
log_debug("One of the smoothing corners is bust")
else
log_debug("Tile smoothing from ([ST_bot_left.x],[ST_bot_left.y]) to ([ST_top_right.x],[ST_top_right.y])")
log_runtime(EXCEPTION("One of the smoothing corners is bust"), src)
late_setup_level(
block(bot_left, top_right),
@@ -155,4 +151,4 @@
var/datum/map_template/shelter/S = new shelter_type()
shelter_templates[S.shelter_id] = S
map_templates[S.shelter_id] = S
map_templates[S.shelter_id] = S
+2 -2
View File
@@ -597,7 +597,7 @@
return
var/datum/mind/targ = new_target
if(!istype(targ))
log_debug("Invalid target for identity theft objective, cancelling")
log_runtime(EXCEPTION("Invalid target for identity theft objective, cancelling"), src)
return
new_objective = new /datum/objective/escape/escape_with_identity
new_objective.owner = src
@@ -1644,4 +1644,4 @@
/mob/living/simple_animal/construct/armoured/mind_initialize()
..()
mind.assigned_role = "Juggernaut"
mind.special_role = SPECIAL_ROLE_CULTIST
mind.special_role = SPECIAL_ROLE_CULTIST