Files
2024-06-15 18:29:40 +01:00

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