Antag Info and fixing the handshake finally

This commit is contained in:
keronshb
2021-10-14 20:43:41 -04:00
parent 8cb16aa0f3
commit 29a01f2d05
3 changed files with 29 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ GLOBAL_LIST_EMPTY(objectives)
var/completed = FALSE //currently only used for custom objectives.
var/completable = TRUE //Whether this objective shows greentext when completed
var/martyr_compatible = FALSE //If the objective is compatible with martyr objective, i.e. if you can still do it while dead.
var/objective_name = "Objective" //name used in printing this objective (Objective #1)
/datum/objective/New(var/text)
GLOB.objectives += src // CITADEL EDIT FOR CRYOPODS