Stuff to fix, fools to blame.

This commit is contained in:
Ghommie
2019-06-07 07:14:24 +02:00
parent 17febdd07c
commit 92e925f1f7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
if(ismob(mover))
if (mover in buckled_mobs)
return TRUE
return (!mover.density || !density || lying)
return (!mover.density || !density || lying || (mover.throwing.thrower == src && !ismob(mover)))
//DO NOT USE THIS UNLESS YOU ABSOLUTELY HAVE TO. THIS IS BEING PHASED OUT FOR THE MOVESPEED MODIFICATION SYSTEM.
//See mob_movespeed.dm