Adds missing offline implications

This commit is contained in:
AffectedArc07
2020-07-26 20:53:58 +01:00
parent 9782feade2
commit 73f756f1de
7 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
var/static/list/failure_strikes //How many times we suspect a subsystem type has crashed the MC, 3 strikes and you're out!
var/offline_implications = "None" // What are the implications of this SS being offlined?
var/offline_implications = "None. No immediate action is needed." // What are the implications of this SS being offlined?
//Do not override
///datum/controller/subsystem/New()