mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
* Ctrl click refactor * fex --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
6 lines
243 B
Plaintext
6 lines
243 B
Plaintext
/obj/item/clothing/under/item_ctrl_click(mob/user)
|
|
. = ..()
|
|
if(has_sensor == HAS_SENSORS)
|
|
sensor_mode = SENSOR_COORDS
|
|
to_chat(usr, span_notice("Your suit will now report your exact vital lifesigns as well as your coordinate position."))
|