mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
wawo
This commit is contained in:
@@ -157,7 +157,7 @@ var/season
|
||||
|
||||
/turf/simulated/floor/outdoors/grass/seasonal/update_icon(update_neighbors)
|
||||
. = ..()
|
||||
|
||||
update_desc()
|
||||
switch(season)
|
||||
if("spring")
|
||||
if(prob(50))
|
||||
@@ -168,6 +168,7 @@ var/season
|
||||
overlays_cache[cache_key] = I
|
||||
add_overlay(overlays_cache[cache_key])
|
||||
if("summer")
|
||||
return
|
||||
if("autumn")
|
||||
if(prob(33))
|
||||
var/cache_key = "[season]-overlay[rand(1,6)]"
|
||||
@@ -178,7 +179,7 @@ var/season
|
||||
add_overlay(overlays_cache[cache_key])
|
||||
|
||||
if("winter")
|
||||
update_desc()
|
||||
return
|
||||
|
||||
/turf/simulated/floor/outdoors/grass/seasonal/no_trees
|
||||
tree_chance = 0
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user