[MIRROR] adds better grass sprites (#665)

* 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

* adds better grass sprites

Co-authored-by: Fikou <piotrbryla@onet.pl>
This commit is contained in:
SkyratBot
2020-09-06 06:03:43 +02:00
committed by GitHub
co-authored by Fikou
parent a08e9e2286
commit 4107ec7951
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"