mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-15 11:39:18 +00:00
* Updated interactions * Update interaction_menu.dm * Colors * Update interaction_menu.dm * Update interaction_menu.dm * Update interaction_menu.dm * Better code for all. * Update interaction_component.dm * Removes support for TARGET SPEAK and USER SPEAK due to instability. * Update interactions.dm * Update interaction_component.dm * Enables you to interact from a distance again.
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
/mob/living/carbon/human/CtrlShiftClick(mob/user) //We have to remove the can_interact check from humans.
|
|
SEND_SIGNAL(src, COMSIG_CLICK_CTRL_SHIFT, user)
|
|
return
|