mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user