Bug fixes, implements new copying/faxing system from Bay

This commit is contained in:
Markolie
2014-11-27 21:00:58 +01:00
parent 6cfea53224
commit b66f3effae
31 changed files with 987 additions and 738 deletions
+1 -1
View File
@@ -639,7 +639,7 @@
if (href_list["selectUIBlock"] && href_list["selectUISubblock"]) // This chunk of code updates selected block / sub-block based on click
var/select_block = text2num(href_list["selectUIBlock"])
var/select_subblock = text2num(href_list["selectUISubblock"])
if ((select_block <= 13) && (select_block >= 1))
if ((select_block <= DNA_UI_LENGTH) && (select_block >= 1))
src.selected_ui_block = select_block
if ((select_subblock <= DNA_BLOCK_SIZE) && (select_subblock >= 1))
src.selected_ui_subblock = select_subblock