From ba6be36b12d0429a5aa51ab4643947f1bf01169f Mon Sep 17 00:00:00 2001 From: Asanadas Date: Sun, 4 Nov 2012 21:07:14 -0500 Subject: [PATCH 1/3] baystation12.dme change that might work. --- baystation12.dme | 1 - 1 file changed, 1 deletion(-) diff --git a/baystation12.dme b/baystation12.dme index 0ec465a3de5..5c481cc856f 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -455,7 +455,6 @@ #include "code\game\gamemodes\nuclear\nuclear.dm" #include "code\game\gamemodes\nuclear\nuclearbomb.dm" #include "code\game\gamemodes\nuclear\pinpointer.dm" -#include "code\game\gamemodes\revolution\anti_revolution.dm" #include "code\game\gamemodes\revolution\revolution.dm" #include "code\game\gamemodes\revolution\rp_revolution.dm" #include "code\game\gamemodes\sandbox\h_sandbox.dm" From 49adb9e5cb6b4374af2162fec240c57c2335f91b Mon Sep 17 00:00:00 2001 From: Asanadas Date: Sun, 4 Nov 2012 21:15:01 -0500 Subject: [PATCH 2/3] Anti-Rev removal compile fix. --- code/modules/admin/player_panel.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/player_panel.dm b/code/modules/admin/player_panel.dm index 35624648a73..431d4ef4840 100644 --- a/code/modules/admin/player_panel.dm +++ b/code/modules/admin/player_panel.dm @@ -478,7 +478,7 @@ dat += "PM" dat += "" - if(istype(ticker.mode, /datum/game_mode/anti_revolution) && ticker.mode:heads.len) + /*if(istype(ticker.mode, /datum/game_mode/anti_revolution) && ticker.mode:heads.len) //coment out anti-revolution dat += "
" for(var/datum/mind/N in ticker.mode:heads) var/mob/M = N.current @@ -486,7 +486,7 @@ dat += "" dat += "" dat += "
Corrupt Heads
[M.real_name][M.client ? "" : " (logged out)"][M.stat == 2 ? " (DEAD)" : ""]PM
" - +*/ if(ticker.mode.traitors.len > 0) dat += "
" for(var/datum/mind/traitor in ticker.mode.traitors) From c49538aa8b9c6328415066c8c6ed8e7e47b573f9 Mon Sep 17 00:00:00 2001 From: Asanadas Date: Sun, 4 Nov 2012 21:35:49 -0500 Subject: [PATCH 3/3] I am ashamed --- code/modules/admin/player_panel.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/player_panel.dm b/code/modules/admin/player_panel.dm index 431d4ef4840..4bb600a9730 100644 --- a/code/modules/admin/player_panel.dm +++ b/code/modules/admin/player_panel.dm @@ -478,7 +478,7 @@ dat += "" dat += "
Traitors
PM
" - /*if(istype(ticker.mode, /datum/game_mode/anti_revolution) && ticker.mode:heads.len) //coment out anti-revolution + /*if(istype(ticker.mode, /datum/game_mode/anti_revolution) && ticker.mode:heads.len) //comment out anti-revolution dat += "
" for(var/datum/mind/N in ticker.mode:heads) var/mob/M = N.current
Corrupt Heads