Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RengaN02 committed May 11, 2024
1 parent 3498228 commit 3e31e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/wizard/equipment/soulstone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
var/antag_role = get_antag_role()
var/mob/chosen_one = SSpolling.poll_ghosts_for_target(
role = antag_role,
check_jobban = antag_role || ROLE_CULTIST,
check_jobban = (antag_role || ROLE_CULTIST),
poll_time = 20 SECONDS,
checked_target = src,
ignore_category = POLL_IGNORE_SHADE,
Expand Down

0 comments on commit 3e31e72

Please sign in to comment.