mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Fixing bugs
This commit is contained in:
+1
-1
@@ -563,7 +563,7 @@ body.noMask #description {
|
||||
|
||||
#lootButtons {
|
||||
padding-bottom: 0px !important;
|
||||
margin: 20px 0 0 5px;
|
||||
margin: 20px 0 5px 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user