Skip to content

Commit

Permalink
organizing spelllist
Browse files Browse the repository at this point in the history
  • Loading branch information
tioluko authored Sep 5, 2024
1 parent 763f27f commit e877bd6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions code/modules/antagonists/roguetown/villain/peasantrebel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,6 @@
return FALSE
return TRUE

/obj/effect/proc_holder/spell/self/rebelconvert
name = "RECRUIT REBELS"
desc = "!"
antimagic_allowed = TRUE
charge_max = 150

/obj/effect/proc_holder/spell/self/rebelconvert/cast(list/targets,mob/user = usr)
..()
var/inputty = input("Make a speech!", "ROGUETOWN") as text|null
if(inputty)
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)

/mob/living/carbon/human/proc/rev_ask(mob/living/carbon/human/guy,datum/antagonist/prebel/mind_datum,offer)
if(!guy || !mind_datum || !offer)
return
Expand Down

0 comments on commit e877bd6

Please sign in to comment.