Force move for regurgitate and devour now

This commit is contained in:
joep van der velden
2019-05-02 20:12:24 +02:00
parent 0cb8fd2379
commit 86cdeb3fa1
2 changed files with 2 additions and 2 deletions
@@ -159,7 +159,7 @@ Doesn't work on other aliens/AI.*/
for(var/mob/M in src)
if(M in stomach_contents)
stomach_contents.Remove(M)
M.loc = loc
M.forceMove(loc)
//Paralyse(10)
src.visible_message("<span class='alertalien'><B>[src] hurls out the contents of [p_their()] stomach!</span>")
return
+1 -1
View File
@@ -395,7 +395,7 @@
if(affecting.mind)
add_attack_logs(attacker, affecting, "Devoured")
affecting.loc = user
affecting.forceMove(user)
attacker.stomach_contents.Add(affecting)
qdel(src)