Merge pull request #13068 from tkdrg/rollitbaby

Fixes roller bed teleportation exploit
This commit is contained in:
Cheridan
2015-11-19 14:38:29 -06:00
+1 -1
View File
@@ -16,7 +16,7 @@
/atom/movable/MouseDrop_T(mob/living/M, mob/living/user)
. = ..()
if(can_buckle && istype(M))
if(can_buckle && istype(M) && !buckled_mob)
if(user_buckle_mob(M, user))
return 1