diff --git a/code/game/jobs/job/support_chaplain.dm b/code/game/jobs/job/support_chaplain.dm index 0c62b1f407c..f02f111c0fb 100644 --- a/code/game/jobs/job/support_chaplain.dm +++ b/code/game/jobs/job/support_chaplain.dm @@ -13,7 +13,6 @@ equip(var/mob/living/carbon/human/H) if(!H) return 0 - H.see_invisible = SEE_INVISIBLE_OBSERVER var/obj/item/weapon/storage/bible/B = new /obj/item/weapon/storage/bible(H) //BS12 EDIT H.equip_or_collect(B, slot_l_hand) H.equip_or_collect(new /obj/item/clothing/under/rank/chaplain(H), slot_w_uniform)