Merge pull request #3345 from fluffe9911/patch-1

Fixes Vampire Glare
This commit is contained in:
nichlas0010
2018-11-03 09:00:54 +01:00
committed by GitHub

View File

@@ -117,8 +117,7 @@
if(do_mob(user, target, 50))
to_chat(user, "<span class='warning'>Your piercing gaze knocks out [target].</span>")
to_chat(target, "<span class='warning'>You find yourself unable to move and barely able to speak.</span>")
target.Knockdown(150)
target.Stun(150)
target.Paralyze(150)
target.stuttering = 10
else
revert_cast(usr)