mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Migrate /obj/effect/spawner/lootdrop to /obj/effect/spawner/random. (#27445)
* refactor: Migrate /obj/effect/spawner/lootdrop to /obj/effect/spawner/random. * set script PR number * fix broken updatepaths for three course meal * make filenames unique * goddamnit * redirect incorrect icon states * ugh * fix typepath fixes
This commit is contained in:
committed by
GitHub
parent
584e6b26d5
commit
af2a3daf22
@@ -593,7 +593,7 @@
|
||||
|
||||
/datum/crafting_recipe/lizardboots
|
||||
name = "Lizard Skin Boots"
|
||||
result = list(/obj/effect/spawner/lootdrop/lizardboots)
|
||||
result = list(/obj/effect/spawner/random/lizardboots)
|
||||
time = 6 SECONDS
|
||||
reqs = list(/obj/item/stack/sheet/animalhide/lizard = 1, /obj/item/stack/sheet/leather = 1)
|
||||
category = CAT_CLOTHING
|
||||
|
||||
Reference in New Issue
Block a user