Changes

m
no edit summary
Line 361: Line 361:  
local value
 
local value
 
if blueprint == false then
 
if blueprint == false then
value = ""
+
value = ""
 
elseif blueprint == true then
 
elseif blueprint == true then
 
value = self:format_image{DataAsset.blueprint_item, size = "24px", caption = Formatting:format_resource_name("blueprint")}
 
value = self:format_image{DataAsset.blueprint_item, size = "24px", caption = Formatting:format_resource_name("blueprint")}
Line 378: Line 378:  
local value
 
local value
 
if catapult == false then
 
if catapult == false then
value = ""
+
value = ""
 
elseif catapult == true then
 
elseif catapult == true then
 
value = self:format_image{DataAsset.prototype_deck_catapult_item, size = "24px", caption = Formatting:format_resource_name("prototype_deck_catapult_item")}
 
value = self:format_image{DataAsset.prototype_deck_catapult_item, size = "24px", caption = Formatting:format_resource_name("prototype_deck_catapult_item")}
35,458

edits