mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
make it not random :C
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
destroy_on_harvest = TRUE
|
||||
harvest_tool = /obj/item/weapon/material/knife
|
||||
randomize_harvest_count = FALSE
|
||||
harvest_loot = list(/obj/item/stack/material/fiber = rand(1-2))
|
||||
harvest_loot = list(/obj/item/stack/material/fiber = 1)
|
||||
max_harvests = 1
|
||||
|
||||
/obj/structure/flora/ausbushes/New()
|
||||
|
||||
Reference in New Issue
Block a user