Holy items won't protect against the gods

This commit is contained in:
Xhuis
2016-06-21 14:23:38 -04:00
committed by GitHub
parent 21998c272c
commit ff7d7fd89d
+1 -1
View File
@@ -171,7 +171,7 @@ structure_check() searches for nearby cultist structures required for the invoca
/mob/proc/null_rod_check() //The null rod, if equipped, will protect the holder from the effects of most runes
var/obj/item/weapon/nullrod/N = locate() in src
if(N)
if(N && !ticker.mode.eldergod && !ratvar_awakens) //If Nar-Sie or Ratvar are alive, null rods won't protect you
return N
return 0