mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Update stack_recipe.dm
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
/datum/stack_recipe/bluespacecrystals
|
||||
/datum/stack_recipe/bluespacecrystals/post_build(var/obj/item/stack/S, var/obj/result)
|
||||
if(istype(result, obj/item/weapon/ore/bluespacecrystal/B))
|
||||
if(istype(result, /obj/item/weapon/ore/bluespacecrystal))
|
||||
var/obj/item/weapon/ore/bluespacecrystal/B = result
|
||||
B.refined_type = null
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user