Merge pull request #4497 from Fox-McCloud/flipping

Fixes Buckled Flipping
This commit is contained in:
TheDZD
2016-05-24 18:28:17 -04:00
@@ -321,6 +321,8 @@
if(istype(get_active_hand(), /obj/item/weapon/grab))
G = get_active_hand()
if(G && G.affecting)
if(buckled || G.affecting.buckled)
return
var/turf/oldloc = loc
var/turf/newloc = G.affecting.loc
if(isturf(oldloc) && isturf(newloc))