mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 18:11:16 +00:00
* Imports and Contraband 2: Landfill Gacha Addiction (I put trash randomizers into cargo crates and called it content) * Merge conflict --------- Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com>
19 lines
754 B
Plaintext
19 lines
754 B
Plaintext
/obj/effect/spawner/random/animalhide
|
|
name = "animal hide spawner"
|
|
desc = "Fresh animal hide!"
|
|
icon_state = "animalhide"
|
|
loot = list(
|
|
/obj/item/stack/sheet/leather/five = 70,
|
|
/obj/item/stack/sheet/animalhide/corgi/five = 10,
|
|
/obj/item/stack/sheet/animalhide/cat/five = 10,
|
|
/obj/item/stack/sheet/animalhide/monkey/five = 10,
|
|
/obj/item/stack/sheet/animalhide/mothroach/five = 5,
|
|
/obj/item/stack/sheet/animalhide/carp/five = 5,
|
|
/obj/item/stack/sheet/sinew/wolf = 2,
|
|
/obj/item/stack/sheet/animalhide/goliath_hide/polar_bear_hide = 2,
|
|
/obj/item/stack/sheet/animalhide/xeno/five = 1,
|
|
/obj/item/stack/sheet/animalhide/lizard/five = 1,
|
|
/obj/item/stack/sheet/animalhide/human/five = 1,
|
|
/obj/item/stack/sheet/animalhide/gondola = 1,
|
|
)
|