Merge pull request #8018 from phil235/BugFixA

A bundle of fixes
This commit is contained in:
Razharas
2015-03-01 06:44:02 +03:00
4 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -495,7 +495,7 @@ Sorry Giacom. Please don't be mad :(
M.stop_pulling()
//this is the gay blood on floor shit -- Added back -- Skie
if(M.lying && (prob(M.getBruteLoss() / 2)))
if(M.lying && !M.buckled && (prob(M.getBruteLoss() / 2)))
makeTrail(T, M)
pulling.Move(T, get_dir(pulling, T))
if(M)