Suicide bugfix, uplink bugfix, Made the electrical storm disrupt radio again, buugfix for the new door stuff, retoring UI+UE recovers identity.

This commit is contained in:
SkyMarshal
2012-01-28 15:47:26 -07:00
parent 2e531323d4
commit 795d07fc6a
6 changed files with 62 additions and 15 deletions

View File

@@ -46,9 +46,9 @@ A list of items and costs is stored under the datum of every game mode, alongsid
for(var/D in ItemList)
var/list/O = stringsplit(D, ":")
if(O.len != 3) //If it is not an actual item, make a break in the menu.
if(category_items < 1) //If there were no itens in the last category...
src.menu_message += "<i>We apologize, as you could not afford anything from this category.</i><br>"
if(O.len == 1) //If there is one item, it's probably a title
if(category_items < 1) //If there were no itens in the last category...
src.menu_message += "<i>We apologize, as you could not afford anything from this category.</i><br>"
src.menu_message += "<b>[O[1]]</b><br>"
category_items = 0
else //Else, it's a white space.