mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-29 15:46:22 +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
|