and "Replaces the slime extract in the clown biodome with a superlube sprayer."

This commit is contained in:
Ghommie
2019-11-11 23:39:03 +01:00
parent e50c56150e
commit 19a511929d
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -267,7 +267,7 @@
if(!(lube&GALOSHES_DONT_HELP)) //can't slip while buckled unless it's lube.
return 0
else
if((lube&SLIP_WHEN_CRAWLING) && (!(C.lying || !(C.status_flags & CANKNOCKDOWN))) // can't slip unbuckled mob if they're lying or can't fall.
if(!(lube&SLIP_WHEN_CRAWLING) && (C.lying || !(C.status_flags & CANKNOCKDOWN))) // can't slip unbuckled mob if they're lying or can't fall.
return 0
if(lube & NO_SLIP_WHEN_WALKING)
if(C.m_intent == MOVE_INTENT_WALK)