mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-31 07:07:49 +01:00
11 lines
430 B
Plaintext
11 lines
430 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2025 Citadel Station Developers *//
|
|
|
|
/**
|
|
* Routed proc from either wearer or remote click.
|
|
* @return clickchain flags
|
|
*/
|
|
/obj/vehicle/proc/handle_vehicle_click(datum/event_args/actor/clickchain/clickchain, clickchain_flags, obj/item/vehicle_module/using_module)
|
|
// TODO: for now, only mechas can handle this.
|
|
return clickchain_flags
|