From 06185ff3deae7842d41eaefe1f9679f2f801ac65 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 15 Jul 2021 23:57:02 +0200 Subject: [PATCH] [MIRROR] Exorcises a leftover devil var from /datum/mind (#6934) * begone daemon (#60217) * Exorcises a leftover devil var from /datum/mind Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> --- code/datums/mind.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 442bdfc76a7..1f2a4126bdb 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -51,7 +51,6 @@ var/list/antag_datums var/antag_hud_icon_state = null //this mind's ANTAG_HUD should have this icon_state var/datum/atom_hud/antag/antag_hud = null //this mind's antag HUD - var/damnation_type = 0 var/holy_role = NONE //is this person a chaplain or admin role allowed to use bibles, Any rank besides 'NONE' allows for this. var/mob/living/enslaved_to //If this mind's master is another mob (i.e. adamantine golems)