Added icons to species select window, changed Sol Common to blue.

This commit is contained in:
Zuhayr
2014-12-13 23:55:06 +10:30
parent fbd4e46a3c
commit a79886ec59
10 changed files with 7 additions and 4 deletions
+4 -2
View File
@@ -599,7 +599,9 @@ datum/preferences
dat += "<tr>"
dat += "<td width = 400>[current_species.blurb]</td>"
dat += "<td width = 200 align='center'>"
dat += "<center>\[icon goes here\]<br/><br/>"
if("preview" in icon_states(current_species.icobase))
usr << browse_rsc(icon(current_species.icobase,"preview"), "species_preview_[current_species.name].png")
dat += "<img src='species_preview_[current_species.name].png' width='64px' height='64px'><br/><br/>"
dat += "<b>Language:</b> [current_species.language]<br/>"
dat += "<small>"
if(current_species.flags & IS_WHITELISTED)
@@ -626,7 +628,7 @@ datum/preferences
dat += "</br><b>Has a plantlike physiology.</b>"
if(current_species.flags & IS_SYNTHETIC)
dat += "</br><b>Is machine-based.</b>"
dat += "</small></center></td>"
dat += "</small></td>"
dat += "</tr>"
dat += "</table><center><hr/>"