mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 12:46:17 +01:00
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
/obj/machinery/disposal/bin/alt_attack_hand(mob/user)
|
|
if(can_interact(usr))
|
|
flush = !flush
|
|
update_icon()
|
|
return TRUE
|
|
return FALSE
|