Cult Rune Scribing Tweaks (#17980)

* Cult Rune Scribing Tweaks

* agony

* Update code/game/gamemodes/cult/items/tome.dm

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>

---------

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
Geeves
2023-12-21 11:40:51 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 23c0fd7b4f
commit 346a721753
6 changed files with 88 additions and 70 deletions
+1 -1
View File
@@ -407,7 +407,7 @@
//Harmlessly passes through cultists and constructs
if (target_mob == ignore)
return 0
if (iscult(target_mob))
if (iscultist(target_mob))
return 0
return ..()