Merge branch 'master' into development

This commit is contained in:
skull132
2017-05-16 14:46:36 +03:00
22 changed files with 132 additions and 14 deletions
+6
View File
@@ -79,6 +79,12 @@
if(user == load)
unload(load)
user << "You unbuckle yourself from \the [src]"
else if(user != load && load)
user.visible_message ("[user] starts to unbuckle [load] from \the [src]!")
if(do_after(user, 8 SECONDS, act_target = src))
unload(load)
user <<"You unbuckle [load] from \the [src]"
load <<"You were unbuckled from \the [src] by [user]"
/obj/vehicle/bike/relaymove(mob/user, direction)
if(user != load || !on || user.incapacitated())