mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-09 05:57:13 +08:00
Fixing bugs
This commit is contained in:
+1
-1
@@ -563,7 +563,7 @@ body.noMask #description {
|
|||||||
|
|
||||||
#lootButtons {
|
#lootButtons {
|
||||||
padding-bottom: 0px !important;
|
padding-bottom: 0px !important;
|
||||||
margin: 20px 0 0 5px;
|
margin: 20px 0 5px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -796,6 +796,9 @@ var Room = {
|
|||||||
case 'upgrade':
|
case 'upgrade':
|
||||||
// Don't display upgrades on the Room screen
|
// Don't display upgrades on the Room screen
|
||||||
continue;
|
continue;
|
||||||
|
case 'building':
|
||||||
|
// Don't display buildings either
|
||||||
|
continue;
|
||||||
case 'weapon':
|
case 'weapon':
|
||||||
location = weapons;
|
location = weapons;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user