mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 10:36:37 +01:00
12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2025 Citadel Station Developers *//
|
|
|
|
/**
|
|
* Checks if we should examine on shift click
|
|
* * This is from ourselves, not from remote control.
|
|
* * This doesn't prevent examines, this just is a control / input thing.
|
|
* Context menus usually still allow examining.
|
|
*/
|
|
/mob/proc/should_client_shift_click_examine(atom/entity)
|
|
return TRUE
|