Unapologetic Mind Control Buffs (#6659)

This commit is contained in:
MarinaGryphon
2019-11-06 19:24:25 +01:00
committed by Werner
parent f67f59c198
commit 9382075853
3 changed files with 44 additions and 4 deletions
@@ -225,7 +225,7 @@
to_chat(user, "This spell can't affect non-organics.")
return 0
if((world.time - target.timeofdeath) > 3000)
if((world.time - target.timeofdeath) > 30 MINUTES)
to_chat(user, "<span class='warning'>\The [target]'s soul is too far away from your grasp.</span>")
return 0
+1 -3
View File
@@ -49,14 +49,12 @@
user.visible_message("<span class='danger'>\The [user] seizes the head of \the [H] in both hands...</span>")
to_chat(user, "<span class='warning'>You invade the mind of \the [H]!</span>")
to_chat(H, "<span class='danger'>Your mind is invaded by the presence of \the [user]! They are trying to make you a slave!</span>")
to_chat(H, "<span class='danger'>Your mind is invaded by the presence of \the [user]! You feel painful tendrils burrowing their way into your head!</span>")
if (!do_mob(user, H, 80))
to_chat(user, "<span class='warning'>Your concentration is broken!</span>")
return FALSE
F.lobotomize()
if(wizards.add_antagonist_mind(target.mind,1,"Wizard Slave","<b>You are a slave to \the [user], obey them at all costs!</b>"))
to_chat(user, "<span class='danger'>You sear through \the [H]'s mind, reshaping as you see fit and leaving them subservient to your will!</span>")
H.mind.assigned_role = "Wizard Slave"