Neurotoxin is now massive

- Neurotoxin calls newtonian_move on the user
This commit is contained in:
TullyBurnalot
2016-12-18 23:19:34 +00:00
parent 23717e9949
commit e5c1057c7d
@@ -104,7 +104,7 @@ Doesn't work on other aliens/AI.*/
to_chat(src, "<span class='noticealien'>Target is too far away.</span>")
return
/mob/living/carbon/alien/humanoid/proc/neurotoxin() // ok
/mob/living/carbon/alien/humanoid/proc/neurotoxin(mob/user) // ok
set name = "Spit Neurotoxin (50)"
set desc = "Spits neurotoxin at someone, paralyzing them for a short time."
set category = "Alien"
@@ -125,6 +125,7 @@ Doesn't work on other aliens/AI.*/
A.xo = U.x - T.x
A.fire()
A.newtonian_move(get_dir(U, T))
user.newtonian_move(get_dir(U, T))
return
/mob/living/carbon/alien/humanoid/proc/resin() // -- TLE