mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user