Skip to content

Commit

Permalink
Merge pull request #182 from ARF-SS13/122624a
Browse files Browse the repository at this point in the history
Moving paperdoll and who for letterbox
  • Loading branch information
Tk420634 authored Dec 26, 2024
2 parents 0317d2e + 608c12c commit 0683671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/_onclick/hud/_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define ui_resistdelay "East-2:-4,SOUTH+0:36" //This is actually resist bar
#define ui_overridden_resist "East-2:-4,SOUTH+0:20" //this is the actual resist button
#define ui_combat_toggle "WEST+7:16,SOUTH:2"
#define ui_zonesel "WEST+7:16,SOUTH:3"
#define ui_zonesel "EAST-3:-5,SOUTH:3"
#define ui_crafting "WEST+6:-15,SOUTH+1:1"
#define ui_building "WEST+5:1,SOUTH+1:1"
#define ui_language_menu "WEST+5:1,SOUTH+1:1"
Expand Down
2 changes: 1 addition & 1 deletion code/_onclick/hud/screen_objects/character_actions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
name = "Who"
icon = 'icons/mob/screen_gen.dmi'
icon_state = "who" // milhouse who
screen_loc = "WEST+8:-16, SOUTH+1:-13"
screen_loc = "EAST-3:-4, SOUTH+1:-13"

/atom/movable/screen/who/Click(location,control,params)
SSwho.Who(usr.client)
Expand Down

0 comments on commit 0683671

Please sign in to comment.