mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Reduced darkness of hydro icons.
This commit is contained in:
@@ -13,7 +13,8 @@ var/global/list/plant_sprites = list(
|
||||
"stalk" = 4, "stalk2" = 6,
|
||||
"vine" = 2, "vine2" = 4,
|
||||
"carrot" = 4, "carrot2" = 6,
|
||||
"ambrosia" = 6
|
||||
"ambrosia" = 6,
|
||||
"corn" = 4
|
||||
)
|
||||
|
||||
var/global/list/plant_product_sprites = list(
|
||||
|
||||
Reference in New Issue
Block a user