Fixes chaplain not getting his weapon on spawn (#32658)

This commit is contained in:
KorPhaeron
2017-11-13 04:15:15 -05:00
committed by ShizCalev
parent 8a021e8101
commit 050d2e7780
@@ -33,7 +33,7 @@ Chaplain
H.equip_to_slot_or_del(B, slot_in_backpack)
var/nrt = SSreligion.holy_weapon_type || /obj/item/nullrod
var/obj/item/nullrod/N = new nrt(H)
H.equip_to_slot_or_del(N, slot_in_backpack)
H.put_in_hands(N)
return
var/new_religion = "Christianity"