mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Merge branch 'master' into development
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user