mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user