Merge pull request #558 from Citadel-Station-13/upstream-merge-26522
[MIRROR] Fixes alien spit visual not disappearing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user