mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-10 22:52:21 +01:00
036a29b765
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
19 lines
280 B
Plaintext
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()
|
|
..()
|