From 4ee7254e0f7cbd5fe80040067e28bb53bd84dc33 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Tue, 23 Aug 2016 18:03:48 -0700 Subject: [PATCH] Compiles now --- code/_onclick/rig.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/rig.dm b/code/_onclick/rig.dm index 20e3cadf79a..41bf57a14f8 100644 --- a/code/_onclick/rig.dm +++ b/code/_onclick/rig.dm @@ -25,7 +25,7 @@ to_chat(src, "Hardsuit activation mode set to control-click.") else // should never get here, but just in case: - log_runtime(EXCEPTION, ("Bad hardsuit click mode: [hardsuit_click_mode] - expected 0 to [MAX_HARDSUIT_CLICK_MODE]"), src) + log_runtime(EXCEPTION("Bad hardsuit click mode: [hardsuit_click_mode] - expected 0 to [MAX_HARDSUIT_CLICK_MODE]"), src) to_chat(src, "Somehow you bugged the system. Setting your hardsuit mode to middle-click.") hardsuit_click_mode = MIDDLE_CLICK