You can no longer perma-buckle people by buckling someone without unbuckling the first person.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3160 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2012-02-21 05:11:15 +00:00
parent 3c4400c8f9
commit b136c899cd

View File

@@ -76,6 +76,9 @@
user << "You can't buckle anyone in before the game starts."
if ((!( istype(M, /mob) ) || get_dist(src, user) > 1 || M.loc != src.loc || user.restrained() || usr.stat || M.buckled))
return
unbuckle()
if (M == usr)
M.visible_message(\
"\blue [M.name] buckles in!",\