General fixes

+Added an image in: Natars/Artifacts spawn message, WW villages spawn
message and WW building plans spawn message
+Fixed a wrong time calculation when removing a building from the
construction queue, if there was present a master builder order
This commit is contained in:
iopietro
2018-05-13 00:21:07 +02:00
parent 04b40f07ab
commit 43cbd60f78
12 changed files with 206 additions and 199 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

+24
View File
@@ -6964,6 +6964,30 @@ img.online4 {
img.online5 {
background-position: -60px 0;
}
img.WWVillagesAnnouncement {
background-image: url("../../img/artefact/WWVillagesAnnouncement.gif");
display: block;
margin-left: auto;
margin-right: auto;
width: 196px;
height: 324px;
}
img.ArtifactsAnnouncement {
background-image: url("../../img/artefact/ArtifactsAnnouncement.gif");
display: block;
margin-left: auto;
margin-right: auto;
width: 378px;
height: 157px;
}
img.WWBuildingPlansAnnouncement{
background-image: url("../../img/artefact/type-1.gif");
display: block;
margin-left: auto;
margin-right: auto;
width: 551px;
height: 168px;
}
h1 img.point {
background-image: url("../../img/u/point.gif");
height: 16px;