mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Start of TG Click Code Port (#18734)
* click code start * snake_span * Update click.dm * Update click.dm * Update click.dm * Update click.dm * Fixes borg ctrl_click Also implements allowing blocking of items being ctrl_clicked * Makes the statpanel not annihilate peoples ratelimiter Statpanel calls aren't really user controlled (and 180 of them get sent upon loading, as each verb counts as a topic calls when it calls Send-Tabs) so let's not count it towards the user when they log in.
This commit is contained in:
@@ -253,7 +253,7 @@
|
||||
|
||||
//Alt click to activate size trading
|
||||
|
||||
/obj/item/slow_sizegun/AltClick(mob/user)
|
||||
/obj/item/slow_sizegun/click_alt(mob/user)
|
||||
if (trading == 0)
|
||||
trading = 1
|
||||
to_chat(user, span_notice("\The [src] will now trade your targets size for your own."))
|
||||
|
||||
Reference in New Issue
Block a user