mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Update scooter.dm (#30109)
This commit is contained in:
@@ -84,6 +84,9 @@
|
||||
initialize_controller_action_type(/datum/action/vehicle/skateboard/kickflip, VEHICLE_CONTROL_DRIVE)
|
||||
|
||||
/obj/tgvehicle/scooter/skateboard/post_buckle_mob(mob/living/M)//allows skateboards to be non-dense but still allows 2 skateboarders to collide with each other
|
||||
if(M.pulling)
|
||||
M.stop_pulling()
|
||||
to_chat(M, "<span class='warning'>You can't pull things along while skateboarding!</span>")
|
||||
set_density(TRUE)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user