mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user