Remove unused list

This commit is contained in:
Bjorn Neergaard
2015-12-06 21:06:00 -06:00
parent 531e4b947f
commit dd353ff125
-1
View File
@@ -14,7 +14,6 @@ var/datum/controller/failsafe/Failsafe
var/processing_interval = 100
// The alert level. For every failed poke, we drop a DEFCON level. Once we hit DEFCON 1, restart the MC.
var/defcon = 0
var/list/defcon_pretty = list(5, 4, 3, 2, 1)
// Track the MC iteration to make sure its still on track.
var/master_iteration = 0