mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Holy items won't protect against the gods
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user