Finished renaming nuclear mode to mercenary

Mostly cleans up the admin side of things.
This commit is contained in:
Loganbacca
2015-01-27 13:42:27 +13:00
parent 1af6db847d
commit fbabdce615
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -949,7 +949,7 @@ var/global/floorIsLava = 0
return 2
return 1
if(M.mind in ticker.mode.syndicates)
if (ticker.mode.config_tag == "nuclear")
if (ticker.mode.config_tag == "mercenary")
return 2
return 1
if(M.mind in ticker.mode.wizards)