mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fixes Pushing Custodial Carts Slowing You Down (#15409)
This commit is contained in:
@@ -73,8 +73,9 @@
|
||||
return
|
||||
user.visible_message("\The [user] puts down \the [src]'s kickstand.", "You put down \the [src]'s kickstand.", "You hear a thunk.")
|
||||
playsound(src, 'sound/misc/bike_stand_down.ogg', 50, 1)
|
||||
if(pulledby)
|
||||
pulledby.stop_pulling()
|
||||
if(ismob(pulledby))
|
||||
var/mob/M = pulledby
|
||||
M.stop_pulling()
|
||||
|
||||
kickstand = !kickstand
|
||||
anchored = (kickstand || on)
|
||||
@@ -143,8 +144,9 @@
|
||||
|
||||
update_icon()
|
||||
|
||||
if(pulledby)
|
||||
pulledby.stop_pulling()
|
||||
if(ismob(pulledby))
|
||||
var/mob/M = pulledby
|
||||
M.stop_pulling()
|
||||
..()
|
||||
|
||||
/obj/vehicle/bike/turn_off()
|
||||
|
||||
Reference in New Issue
Block a user