I'm tired of my grabs on horizontal spacemen breaking off because of cit crawling.

This commit is contained in:
Ghommie
2019-05-25 08:22:27 +02:00
parent d40d9791c4
commit 9864fe275d

View File

@@ -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)