powder that makes you say yes

This commit is contained in:
Razgriz
2022-03-25 20:50:37 -07:00
committed by GitHub
parent 6889922b1c
commit b127f14201

View File

@@ -154,13 +154,8 @@
if(M.slip("the [floor_type] floor", slip_stun))
for(var/i = 1 to slip_dist)
<<<<<<< HEAD
if(M.slip_vore_in_progress) //CHOMPEdit
break //CHOMPEdit
=======
if(isbelly(M.loc)) //VOREEdit, Stop the slip if we're in a belly. Inspired by a chompedit, cleaned it up with isbelly instead of a variable since the var was resetting too fast.
return
>>>>>>> 1dad102bf4... Merge pull request #12539 from FartMaster69420/slip-nom
step(M, M.dir)
sleep(1)
else