Fixes random in random seeds (#33362)
* Fixes random in random seeds * removed kwargs
This commit is contained in:
committed by
CitadelStationBot
parent
8961c8c369
commit
111cb9e5b0
@@ -16,9 +16,9 @@
|
||||
randomize_stats()
|
||||
..()
|
||||
if(prob(60))
|
||||
add_random_reagents()
|
||||
add_random_reagents(1, 3)
|
||||
if(prob(50))
|
||||
add_random_traits()
|
||||
add_random_traits(1, 2)
|
||||
add_random_plant_type(35)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/grown/random
|
||||
|
||||
Reference in New Issue
Block a user