Runtime errors were spotted in logs, please respond to svn if you can fix it.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1447 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-04-15 09:26:36 +00:00
parent b58e465bbe
commit 7707d5a58e
3 changed files with 33 additions and 20 deletions
+2 -2
View File
@@ -114,7 +114,7 @@
var/N_i = (recipe.items)?(recipe.items.len):0
var/N_r = (recipe.reagents)?(recipe.reagents.len):0
if (N_i > i_count || (N_i== i_count && N_r > r_count ))
r_count = recipe.reagents.len
i_count = recipe.items.len
r_count = N_r
i_count = N_i
. = recipe
return .