Files
Stephen 036a29b765 all mbc code from jan 1st to 2/16/2020
includes a lot of small things + fixes.
big ones are Simple Lights, New Grab stuff, Disorient Eye/Ear protection armor values, access reprogrammer and deconstruction device

also added flabo to the list of contributors, we missed her on the first go!

check changelog for full list, i merged that too
2020-02-17 01:36:01 -05:00

19 lines
280 B
Plaintext

/datum/movement_controller
proc
keys_changed(mob/owner, keys, changed)
// stub
process_move(mob/owner, keys)
// stub
hotkey(mob/user, name)
modify_keymap(datum/keymap/keymap, client/C)
// stub
update_owner_dir(var/atom/movable/owner)
disposing()
..()