diff --git a/code/_onclick/hud/screen_objects/character_actions.dm b/code/_onclick/hud/screen_objects/character_actions.dm index 910e84b488..bd33f001b9 100644 --- a/code/_onclick/hud/screen_objects/character_actions.dm +++ b/code/_onclick/hud/screen_objects/character_actions.dm @@ -285,7 +285,7 @@ /atom/movable/screen/roll_hud_button name = "roll dice" icon_state = "skillcheck" - screen_loc = "RIGHT-2:5,South+2:0" + screen_loc = "RIGHT-2:-4,South+2:0" /atom/movable/screen/roll_hud_button/Click(location,control,params,) // This stuff needs to be changed because it was directly lifted from clothing