I'm tired of my grabs on horizontal spacemen breaking off because of cit crawling.
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
return 1
|
||||
|
||||
//CIT CHANGES START HERE - makes it so resting stops you from moving through standing folks without a short delay
|
||||
if(resting && !L.resting)
|
||||
if(resting && !L.resting && !pulledby)
|
||||
if(attemptingcrawl)
|
||||
return TRUE
|
||||
if(getStaminaLoss() >= STAMINA_SOFTCRIT)
|
||||
|
||||
Reference in New Issue
Block a user