From cac77ec1211fb4f3b9c9ad5d855ebe3150d1f2ba Mon Sep 17 00:00:00 2001 From: kiwedespars <47008095+kiwedespars@users.noreply.github.com> Date: Mon, 10 Aug 2020 21:06:15 -0700 Subject: [PATCH] probably important right now for admin-given heretics to receive equipment. --- code/modules/antagonists/eldritch_cult/eldritch_antag.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/eldritch_cult/eldritch_antag.dm b/code/modules/antagonists/eldritch_cult/eldritch_antag.dm index b61530092f..ba3017e380 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_antag.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_antag.dm @@ -12,7 +12,7 @@ var/ascended = FALSE /datum/antagonist/heretic/admin_add(datum/mind/new_owner,mob/admin) - give_equipment = FALSE + give_equipment = TRUE new_owner.add_antag_datum(src) message_admins("[key_name_admin(admin)] has heresized [key_name_admin(new_owner)].") log_admin("[key_name(admin)] has heresized [key_name(new_owner)].")