Fixed merc round end declaration, if objectives are disabled (#375)

* Resolves #371

Fixed round end declaration, if objectives are disabled
This commit is contained in:
Werner
2016-06-13 00:09:53 +03:00
committed by skull132
parent 0145b38820
commit 58fc709614
2 changed files with 37 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
/datum/game_mode/nuclear/declare_completion()
if(config.objectives_disabled)
..()
return
var/disk_rescued = 1
for(var/obj/item/weapon/disk/nuclear/D in world)