Skip to content

Commit 5e9449b

Browse files
authored
Merge pull request #75 from cuberound/zenith-lv-fix
fixing rocks
2 parents 66ecded + 4a9d7f5 commit 5e9449b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code/game/turfs/soro.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
icon = 'icons/turf/floors/auto_lv_turf.dmi'
3636
icon_state = "sand_1_1_N"
3737

38-
New()
38+
/turf/open/floor/brown_dirt/random_rocks/New()
3939
..()
4040
icon_state = pick("sand_1_1_N", "sand_1_1_NE", "sand_1_1_E", "sand_1_1_SE", "sand_1_1_S", "sand_1_1_SW", "sand_1_1_W", "sand_1_1_NW")
4141
dir = null
@@ -44,7 +44,7 @@
4444
icon = 'icons/turf/floors/auto_lv_turf.dmi'
4545
icon_state = "sand_1_2_N"
4646

47-
New()
47+
/turf/open/floor/brown_dirt/random_rocks/New()
4848
..()
4949
icon_state = pick("sand_1_2_N", "sand_1_2_NE", "sand_1_2_E", "sand_1_2_SE", "sand_1_2_S", "sand_1_2_SW", "sand_1_2_W", "sand_1_2_NW")
5050
dir = null

0 commit comments

Comments
 (0)