mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Unapologetic Mind Control Buffs (#6659)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user