Adds smithed knives to smith spawners (#31236)

* Adds smithed knives to smith spawners

* Apply suggestions from code review

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2025-12-23 20:12:34 -05:00
committed by GitHub
parent 1a81d28347
commit 5fa2a62c09
@@ -196,7 +196,10 @@
/obj/item/smithed_item/lens/accelerator,
/obj/item/smithed_item/lens/speed,
/obj/item/smithed_item/lens/amplifier,
/obj/item/smithed_item/lens/efficiency
/obj/item/smithed_item/lens/efficiency,
/obj/item/kitchen/knife/smithed/utility,
/obj/item/kitchen/knife/smithed/thrown,
/obj/item/kitchen/knife/smithed/combat,
)
/obj/effect/spawner/random/smithed_item/insert
@@ -227,6 +230,14 @@
/obj/item/smithed_item/lens/efficiency
)
/obj/effect/spawner/random/smithed_item/knife
name = "random smithed knife"
loot = list(
/obj/item/kitchen/knife/smithed/utility,
/obj/item/kitchen/knife/smithed/thrown,
/obj/item/kitchen/knife/smithed/combat,
)
/obj/effect/spawner/random/space_pirate
name = "random space pirate spawner"
icon_state = "pirate"