Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tioluko authored Sep 5, 2024
1 parent c37d4bb commit c3e9f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/spells/roguetown/other/recruiting.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
/obj/effect/proc_holder/spell/self/rebelconvert
name = "RECRUIT REBELS"
desc = "!"
overlay_state = "recruit"
antimagic_allowed = TRUE
charge_max = 150

Expand All @@ -151,4 +152,4 @@
user.say(inputty, forced = "spell")
var/datum/antagonist/prebel/PR = user.mind.has_antag_datum(/datum/antagonist/prebel)
for(var/mob/living/carbon/human/L in get_hearers_in_view(6, get_turf(user)))
addtimer(CALLBACK(L,TYPE_PROC_REF(/mob/living/carbon/human, rev_ask), user,PR,inputty),1)
addtimer(CALLBACK(L,TYPE_PROC_REF(/mob/living/carbon/human, rev_ask), user,PR,inputty),1)

0 comments on commit c3e9f0f

Please sign in to comment.