[MIRROR] Fixes a bunch more cult bugs (#853)

* Fixes a bunch more cult bugs

* Resolves .rejs and icons
This commit is contained in:
CitadelStationBot
2017-05-18 03:21:07 -05:00
committed by Poojawa
parent b9f42bc3ad
commit 626959d96e
10 changed files with 151 additions and 145 deletions
+1
View File
@@ -9,6 +9,7 @@ GLOBAL_VAR_INIT(blood_target, null) // Cult Master's target or Construct's Maste
GLOBAL_DATUM(blood_target_image, /image)
GLOBAL_DATUM(sac_mind, /datum/mind)
GLOBAL_VAR_INIT(sac_image, null)
GLOBAL_VAR_INIT(cult_vote_called, FALSE)
GLOBAL_VAR_INIT(cult_mastered, FALSE)
GLOBAL_VAR_INIT(reckoning_complete, FALSE)
GLOBAL_VAR_INIT(sac_complete, FALSE)