mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 18:13:11 +00:00
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:
@@ -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!",\
|
||||
|
||||
Reference in New Issue
Block a user