Skip to content

Commit

Permalink
Fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Townsend committed Sep 23, 2016
1 parent fbc91a3 commit 8a80f7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ body.noMask #description {

#lootButtons {
padding-bottom: 0px !important;
margin: 20px 0 0 5px;
margin: 20px 0 5px 0;
position: relative;
}

Expand Down
3 changes: 3 additions & 0 deletions script/room.js
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,9 @@ var Room = {
case 'upgrade':
// Don't display upgrades on the Room screen
continue;
case 'building':
// Don't display buildings either
continue;
case 'weapon':
location = weapons;
break;
Expand Down

0 comments on commit 8a80f7c

Please sign in to comment.