mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
Deshittifies looking up/down (#90479)
Co-authored-by: TiviPlus <572233640+TiviPlus@users.noreply.com>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
/datum/keybinding/living/look_up/up(client/user)
|
||||
. = ..()
|
||||
var/mob/living/L = user.mob
|
||||
L.end_look_up()
|
||||
L.end_look()
|
||||
return TRUE
|
||||
|
||||
/datum/keybinding/living/look_down
|
||||
@@ -69,7 +69,7 @@
|
||||
/datum/keybinding/living/look_down/up(client/user)
|
||||
. = ..()
|
||||
var/mob/living/L = user.mob
|
||||
L.end_look_down()
|
||||
L.end_look()
|
||||
return TRUE
|
||||
|
||||
/datum/keybinding/living/rest
|
||||
|
||||
Reference in New Issue
Block a user