make the spear purple again (#25677)

This commit is contained in:
HMBGERDO
2024-05-30 17:12:32 +02:00
committed by GitHub
parent f2fac782fe
commit c38eddeaae
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -178,7 +178,7 @@
for(var/possible_result in recipe.result)
var/atom/movable/craft_result = new possible_result (get_turf(user.loc))
craft_result.CheckParts(parts, recipe)
craft_result.CheckParts(parts)
if(isitem(craft_result))
user.put_in_hands(craft_result)
+1
View File
@@ -488,6 +488,7 @@
reqs = list(/obj/item/restraints/handcuffs/cable = 1,
/obj/item/shard = 1,
/obj/item/stack/rods = 1)
parts = list(/obj/item/shard = 1)
time = 40
category = CAT_WEAPONRY
subcategory = CAT_WEAPON