This commit is contained in:
PollardTheDragon
2025-05-13 21:27:38 +00:00
committed by GitHub
parent 580ea60c6a
commit cbb4bf6456
2 changed files with 0 additions and 4 deletions
@@ -52,7 +52,6 @@
qdel(temp_product)
else if(istype(cast, /obj/item/smithing_cast/misc) && !produced_item)
var/obj/item/temp_product = new cast.selected_product(src) // This is necessary due to selected_product being a type
var/obj/item/smithing_cast/component/comp_cast = cast
. += "<span class='notice'>Required Resources:</span>"
var/MAT
// Get the materials the item needs and display
-3
View File
@@ -171,9 +171,6 @@
/obj/item/smithing_cast/misc/AltClick(mob/user, modifiers)
return
/obj/item/smithing_cast/misc/examine(mob/user)
. = desc
/obj/item/smithing_cast/misc/egun_parts
name = "energy gun parts cast"
icon_state = "egun_parts_cast"