From a82e8f5c8e3687772d302cef106c6b2be67632c5 Mon Sep 17 00:00:00 2001 From: carlarctg <53100513+carlarctg@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:34:51 -0300 Subject: [PATCH] fixed chappies being able to buy an unintended nullro type (#86999) --- code/modules/jobs/job_types/chaplain/chaplain_nullrod.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/jobs/job_types/chaplain/chaplain_nullrod.dm b/code/modules/jobs/job_types/chaplain/chaplain_nullrod.dm index 35702506eef..f8e94746d60 100644 --- a/code/modules/jobs/job_types/chaplain/chaplain_nullrod.dm +++ b/code/modules/jobs/job_types/chaplain/chaplain_nullrod.dm @@ -96,6 +96,7 @@ /obj/item/nullrod/non_station station_holy_item = FALSE + chaplain_spawnable = FALSE /// Claymore Variant /// This subtype possesses a block chance and is sharp.