mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
List killening (#8333)
This commit is contained in:
@@ -13,15 +13,9 @@
|
||||
|
||||
animal_chance = 0.1
|
||||
|
||||
animal_types = list(
|
||||
/mob/living/simple_mob/vore/smokestar/drider = 1
|
||||
)
|
||||
animals = "smokestar"
|
||||
|
||||
grass_types = list(
|
||||
/obj/structure/flora/opalflowers,
|
||||
/obj/structure/flora/weepinggrass,
|
||||
/obj/random/outcrop
|
||||
)
|
||||
grass = "smokestar"
|
||||
|
||||
|
||||
/obj/structure/flora/opalflowers
|
||||
@@ -42,4 +36,4 @@
|
||||
destroy_on_harvest = TRUE
|
||||
harvest_tool = /obj/item/weapon/material/knife
|
||||
randomize_harvest_count = TRUE
|
||||
harvest_loot = list(/obj/item/stack/material/fiber = 1)
|
||||
harvest_loot = list(/obj/item/stack/material/fiber = 1)
|
||||
|
||||
Reference in New Issue
Block a user