mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
make the spear purple again (#25677)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user