From 4885a08b27458d4bf02014f3fff7cb3ed44b4e4c Mon Sep 17 00:00:00 2001 From: Chinsky Date: Tue, 21 May 2013 19:24:53 +0400 Subject: [PATCH] Added 5 TC uplink to RevHeads. --- code/game/gamemodes/revolution/rp_revolution.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/game/gamemodes/revolution/rp_revolution.dm b/code/game/gamemodes/revolution/rp_revolution.dm index 9b146225378..73f824b938a 100644 --- a/code/game/gamemodes/revolution/rp_revolution.dm +++ b/code/game/gamemodes/revolution/rp_revolution.dm @@ -8,6 +8,9 @@ required_enemies = 3 recommended_enemies = 3 + uplink_welcome = "Revolutionary Uplink Console:" + uplink_uses = 5 + newscaster_announcements = /datum/news_announcement/revolution_inciting_event var/last_command_report = 0 @@ -68,6 +71,8 @@ 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)) send_intercept()