From 6d35431c74fe2d04f51978dc0e820eaf924738a8 Mon Sep 17 00:00:00 2001 From: Discozavisim <107996502+Discozavisim@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:52:23 +0100 Subject: [PATCH] Update objective.dm --- code/game/gamemodes/objective.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index a8abdf4d68..596c5a6a67 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -1110,9 +1110,6 @@ GLOBAL_LIST_EMPTY(possible_items_special) /datum/objective/sabbat name = "sabbat" - -/datum/objective/sabbat/update_explanation_text() - ..() explanation_text = "Gain the power for Sabbat by claiming faction marks, shovelhead!" /datum/objective/sabbat/check_completion()