* buncha things from upstream * datums globals, onclick * datums * game folder, holy shit mirror bot why * modules * icons * dme * compiles cleanly * tools purge * updates maps * double check just because. and wew lad * incidentally, this needs more work first * some things * weh * sound cleanup and icons * reeeee * compile issues * oh look, fresh code sync * cleans up some unused icons * dirty vars * reeeeeeeeeeeeeeee * wew lad. fuck off with this already
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
|