From e40a7ec63225aff9dbf55a3e5ae51c1e3bbcbcba Mon Sep 17 00:00:00 2001 From: alex-gh Date: Mon, 25 Nov 2013 03:29:00 +0100 Subject: [PATCH] RP Revs no longer get traitor uplinks --- code/game/gamemodes/revolution/rp_revolution.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/gamemodes/revolution/rp_revolution.dm b/code/game/gamemodes/revolution/rp_revolution.dm index 6a3f6edf6fa..135ffa956a7 100644 --- a/code/game/gamemodes/revolution/rp_revolution.dm +++ b/code/game/gamemodes/revolution/rp_revolution.dm @@ -71,7 +71,6 @@ for(var/datum/mind/rev_mind in head_revolutionaries) greet_revolutionary(rev_mind) rev_mind.current.verbs += /mob/living/carbon/human/proc/RevConvert - equip_traitor(rev_mind.current, 1) //changing how revs get assigned their uplink so they can get PDA uplinks. --NEO modePlayer += head_revolutionaries spawn (rand(waittime_l, waittime_h))