diff --git a/css/main.css b/css/main.css index 8fb6907..3d41db0 100644 --- a/css/main.css +++ b/css/main.css @@ -563,7 +563,7 @@ body.noMask #description { #lootButtons { padding-bottom: 0px !important; - margin: 20px 0 0 5px; + margin: 20px 0 5px 0; position: relative; } diff --git a/script/room.js b/script/room.js index 0acc7e1..d277ca2 100644 --- a/script/room.js +++ b/script/room.js @@ -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;