mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
Remove unused list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user