From b127f14201224ee8cb027811dc7d2b06c46b4a31 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Fri, 25 Mar 2022 20:50:37 -0700 Subject: [PATCH] powder that makes you say yes --- code/game/turfs/simulated.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/game/turfs/simulated.dm b/code/game/turfs/simulated.dm index f7748bbc61..b959e68f69 100644 --- a/code/game/turfs/simulated.dm +++ b/code/game/turfs/simulated.dm @@ -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