Clears stuff detected by SM's parser.

This commit is contained in:
AnturK
2018-07-03 12:32:06 +02:00
parent 4dba99d025
commit d71b205133
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -132,7 +132,7 @@
if (istype(E, /datum/stack_recipe))
var/datum/stack_recipe/R = E
var/max_multiplier = round(get_amount() / R.req_amount)
var/title as text
var/title
var/can_build = 1
can_build = can_build && (max_multiplier>0)