Merge pull request #433 from Citadel-Station-13/upstream-merge-26276

[MIRROR] Removes rogue GLOB from message
This commit is contained in:
LetterJay
2017-04-18 01:12:11 -05:00
committed by GitHub
+1 -1
View File
@@ -545,7 +545,7 @@ structure_check() searches for nearby cultist structures required for the invoca
fail_invoke()
return
if(!GLOB.sacrificed.len || GLOB.sacrificed.len <= revives_used)
to_chat(user, "<span class='warning'>You have GLOB.sacrificed too few people to revive a cultist!</span>")
to_chat(user, "<span class='warning'>You have sacrificed too few people to revive a cultist!</span>")
fail_invoke()
return
if(potential_revive_mobs.len > 1)