This commit is contained in:
Zuhayr
2013-08-10 18:30:27 -07:00
4 changed files with 3 additions and 15 deletions
@@ -4,7 +4,7 @@
/datum/game_mode/traitor/autotraitor
name = "AutoTraitor"
config_tag = "Extend-A-Traitormongous"
config_tag = "extend-a-traitormongous"
var/list/possible_traitors
var/num_players = 0
+1 -1
View File
@@ -17,7 +17,7 @@
var/config_tag = null
var/intercept_hacked = 0
var/votable = 1
var/probability = 1
var/probability = 0
var/station_was_nuked = 0 //see nuclearbomb.dm and malfunction.dm
var/explosion_in_progress = 0 //sit back and relax
var/list/datum/mind/modePlayer = new
+1 -1
View File
@@ -106,7 +106,7 @@
if(href_list["observe"])
if(alert(src,"Are you sure you wish to observe? You will not be able to play this round!","Player Setup","Yes","No") == "Yes")
if(alert(src,"Are you sure you wish to observe? You will have to wait 30 minutes before being able to respawn!","Player Setup","Yes","No") == "Yes")
if(!client) return 1
var/mob/dead/observer/observer = new()