mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-15 01:46:41 +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
|