From c3e9f0fc8e9a484542c2175f2de04f6845eb6933 Mon Sep 17 00:00:00 2001 From: AllanR Date: Thu, 5 Sep 2024 13:55:08 -0300 Subject: [PATCH] tiny fix --- code/modules/spells/roguetown/other/recruiting.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/spells/roguetown/other/recruiting.dm b/code/modules/spells/roguetown/other/recruiting.dm index 3aab7e8b..1f9369f6 100644 --- a/code/modules/spells/roguetown/other/recruiting.dm +++ b/code/modules/spells/roguetown/other/recruiting.dm @@ -141,6 +141,7 @@ /obj/effect/proc_holder/spell/self/rebelconvert name = "RECRUIT REBELS" desc = "!" + overlay_state = "recruit" antimagic_allowed = TRUE charge_max = 150 @@ -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) \ No newline at end of file + addtimer(CALLBACK(L,TYPE_PROC_REF(/mob/living/carbon/human, rev_ask), user,PR,inputty),1)