mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Fixes single-product smithing cast descriptions (#31495)
This commit is contained in:
@@ -21,8 +21,9 @@
|
||||
|
||||
/obj/item/smithing_cast/examine(mob/user)
|
||||
. = ..()
|
||||
. += "It is currently configured to make [amount_to_make == 1 ? "a" : "[amount_to_make]"] [selected_product.name][amount_to_make == 1 ? "" : "s"]."
|
||||
. += SPAN_NOTICE("You can select the desired product by using [src] in your hand.")
|
||||
if(length(possible_products) > 1)
|
||||
. += "It is currently configured to make [amount_to_make == 1 ? "a" : "[amount_to_make]"] [selected_product.name][amount_to_make == 1 ? "" : "s"]."
|
||||
. += SPAN_NOTICE("You can select the desired product by using [src] in your hand.")
|
||||
|
||||
/obj/item/smithing_cast/activate_self(mob/user)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user