mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
powder that makes you say yes
This commit is contained in:
@@ -154,13 +154,8 @@
|
|||||||
|
|
||||||
if(M.slip("the [floor_type] floor", slip_stun))
|
if(M.slip("the [floor_type] floor", slip_stun))
|
||||||
for(var/i = 1 to slip_dist)
|
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.
|
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
|
return
|
||||||
>>>>>>> 1dad102bf4... Merge pull request #12539 from FartMaster69420/slip-nom
|
|
||||||
step(M, M.dir)
|
step(M, M.dir)
|
||||||
sleep(1)
|
sleep(1)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user