mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 12:46:17 +01:00
of course
This commit is contained in:
@@ -84,10 +84,11 @@
|
||||
|
||||
/// Mostly used for pixel shift right now
|
||||
/mob/keyLoop(client/user)
|
||||
var/direction = NONE
|
||||
for(var/_key in user.keys_held)
|
||||
direction = direction | SSinput.movement_keys[_key]
|
||||
..() //Oops! You need this to move, don't you?
|
||||
if(user.keys_held["Ctrl"] && user.keys_held["Shift"])
|
||||
var/direction = NONE
|
||||
for(var/_key in user.keys_held)
|
||||
direction = direction | SSinput.movement_keys[_key]
|
||||
switch(direction)
|
||||
if(NORTH)
|
||||
northshift()
|
||||
|
||||
Reference in New Issue
Block a user