From 7fc575462233ff2041a427fa1a34c1b5baf9e7fa Mon Sep 17 00:00:00 2001 From: GunHog Date: Sat, 1 Apr 2017 23:04:09 -0500 Subject: [PATCH] THE TRUTH IS FALSE!!!! Replaces 1 and 0 with TRUE and FALSE --- code/game/mecha/mecha.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/mecha/mecha.dm b/code/game/mecha/mecha.dm index f609759d1cf..9ec72374407 100644 --- a/code/game/mecha/mecha.dm +++ b/code/game/mecha/mecha.dm @@ -664,7 +664,7 @@ AI.control_disabled = 1 AI.radio_enabled = 0 AI.disconnect_shell() - RemoveActions(AI, 1) + RemoveActions(AI, TRUE) occupant = null AI.forceMove(card) card.AI = AI @@ -720,7 +720,7 @@ : "You have been uploaded to a mech's onboard computer."]") to_chat(AI, "Use Middle-Mouse to activate mech functions and equipment. Click normally for AI interactions.") if(interaction == AI_TRANS_FROM_CARD) - GrantActions(AI, 0) //No eject/return to core action for AI uploaded by card + GrantActions(AI, FALSE) //No eject/return to core action for AI uploaded by card else GrantActions(AI, !AI.can_dominate_mechs)