make it not random :C

This commit is contained in:
VerySoft
2021-07-16 06:07:09 -04:00
parent 29b29bf8a6
commit 80fac42aa4
+1 -1
View File
@@ -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()