mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +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>
4 lines
165 B
Plaintext
4 lines
165 B
Plaintext
/mob/living/carbon/human/click_ctrl_shift(mob/user) //We have to remove the can_interact check from humans.
|
|
SEND_SIGNAL(src, COMSIG_CLICK_CTRL_SHIFT, user)
|
|
return
|