From 2050e905a1a151980db2bc8f8bffe34335d43c68 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:30:43 +0100 Subject: [PATCH] Removes unused var (#27858) --- code/datums/mind.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index e03bb155c27..3122bbe6b91 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -43,7 +43,6 @@ var/role_alt_title - var/datum/job/assigned_job var/datum/objective_holder/objective_holder ///a list of objectives that a player with this job could complete for space credit rewards var/list/job_objectives = list()