Merge pull request #8729 from Ghommie/Ghommie-cit79

Ports "Removes SSreligion"
This commit is contained in:
kevinz000
2019-06-28 20:30:44 -07:00
committed by GitHub
10 changed files with 39 additions and 42 deletions
@@ -11,8 +11,8 @@
/obj/item/nullrod/rosary/Initialize()
.=..()
if(SSreligion.religion)
deity_name = SSreligion.deity
if(GLOB.religion)
deity_name = GLOB.deity
/obj/item/nullrod/rosary/attack(mob/living/carbon/M as mob, mob/living/carbon/user as mob)
if(!istype(M))