ACTUALLY prevents the clown car from moving onto a space tile

ACTUALLY prevents the clown car from moving onto a space tile
This commit is contained in:
keronshb
2020-12-18 00:01:11 -05:00
parent d08da76253
commit 118d7a1dbf
+1 -1
View File
@@ -19,7 +19,7 @@
initialize_controller_action_type(/datum/action/vehicle/sealed/horn/clowncar, VEHICLE_CONTROL_DRIVE)
/obj/vehicle/sealed/car/clowncar/vehicle_move(direction) //Prevent it from moving onto space
/obj/vehicle/sealed/car/clowncar/driver_move(mob/user, direction) //Prevent it from moving onto space
if(isspaceturf(get_step(src, direction)))
return FALSE
else