Fixes alien spit visual not disappearing

This commit is contained in:
CitadelStationBot
2017-04-25 09:36:23 -05:00
parent 306e7c1cba
commit 62348f9049
@@ -179,7 +179,7 @@ Doesn't work on other aliens/AI.*/
var/message
if(active)
message = "<span class='notice'>You empty your neurotoxin gland.</span>"
remove_ranged_ability(message)
remove_ranged_ability(user,message)
else
message = "<span class='notice'>You prepare your neurotoxin gland. <B>Left-click to fire at a target!</B></span>"
add_ranged_ability(user, message, TRUE)