mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[REFACTOR] Pixel Shift Component (#22564)
* Pixel Shift - Move to Component * oops return ais * more refactor * update authors * remove more unused signals! * one more little refactor * update override and readme * update dme * move addcomponent to login * review * more review fixes * more changes, now qdels on unpixel_shift * remove unnecessary * update readme * return signal * update documentation? --------- Co-authored-by: Bloop <vinylspiders@gmail.com>
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
keybind_signal = COMSIG_KB_MOB_TARGETLEFTLEG_DOWN
|
||||
|
||||
/datum/keybinding/mob/prevent_movement
|
||||
hotkey_keys = list("Ctrl") //SKYRAT EDIT CHANGE ALT > CTRL - PIXEL_SHIFT
|
||||
hotkey_keys = list("Alt")
|
||||
name = "block_movement"
|
||||
full_name = "Block movement"
|
||||
description = "Prevents you from moving"
|
||||
|
||||
Reference in New Issue
Block a user