adds better grass sprites (#53421)

adds better grass sprites, ported from eris
converts fairygrass into those sprites too
makes "plating" grass and jungle grass smooth with cool stuff on the edges
adds a sandy dirt tile, removes the old "sand" icon which was just puke colored noise
This commit is contained in:
Fikou
2020-09-05 18:19:31 -03:00
committed by GitHub
parent d7522c027a
commit d56ebbb7c2
9 changed files with 51 additions and 20 deletions
+5 -1
View File
@@ -26,10 +26,14 @@
/turf/open/floor/holofloor/grass
gender = PLURAL
name = "lush grass"
icon_state = "grass"
icon_state = "grass0"
bullet_bounce_sound = null
tiled_dirt = FALSE
/turf/open/floor/holofloor/grass/Initialize()
. = ..()
icon_state = "grass[rand(0,3)]"
/turf/open/floor/holofloor/beach
gender = PLURAL
name = "sand"