From 3270de98399874cafcfef0712e075d5122dd8d18 Mon Sep 17 00:00:00 2001 From: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> Date: Fri, 15 Jul 2022 16:37:36 +0200 Subject: [PATCH] Update security.dm --- code/modules/goals/department_goals/security.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/goals/department_goals/security.dm b/code/modules/goals/department_goals/security.dm index 87b7035e56a2..3efb0155f960 100644 --- a/code/modules/goals/department_goals/security.dm +++ b/code/modules/goals/department_goals/security.dm @@ -6,7 +6,6 @@ /datum/department_goal/sec/nukecore name = "Protect the nuke" desc = "Protect the nuclear core of the station's self-destruct device, by keeping it in the device" - reward = 2000 // Corresponds to 50k in 50mins fail_if_failed = TRUE // Set this to false if we ever bother making it so you can stuff the core back into the self-destruct device /datum/department_goal/sec/nukecore/check_complete()