mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Removes a stray world log
This commit is contained in:
@@ -89,7 +89,6 @@ var/global/datum/controller/plants/plant_controller // Set in New().
|
||||
var/list/used_masks = list()
|
||||
var/list/plant_traits = ALL_GENES
|
||||
while(plant_traits && plant_traits.len)
|
||||
world.log << "2"
|
||||
var/gene_tag = pick(plant_traits)
|
||||
var/gene_mask = "[uppertext(num2hex(rand(0,255)))]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user