Skip to content

Commit

Permalink
final auto_turf fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenith00000 committed Jul 4, 2024
1 parent feca708 commit 1e7ed6e
Show file tree
Hide file tree
Showing 5 changed files with 1,262 additions and 1,295 deletions.
63 changes: 15 additions & 48 deletions code/game/turfs/hybrisa.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,62 +15,29 @@

// Hybrisa auto-turf

// Shale
/turf/open/auto_turf/hybrisa_auto_turf
layer_name = list("aged igneous","weathered loam","volcanic plate rock","volcanic plate and rock")
icon = 'icons/turf/floors/hybrisa_auto_turf.dmi'
icon_prefix = "hybrisa"

/turf/open/auto_turf/hybrisashale
layer_name = list("wind blown dirt", "volcanic plate rock", "volcanic plate and rock", "this layer does not exist")
icon = 'icons/turf/floors/auto_shaledesaturated.dmi'
icon_prefix = "shale"

/turf/open/auto_turf/hybrisashale/ex_act(severity)
return

/turf/open/auto_turf/hybrisashale/scorch(heat_level)
return

/turf/open/auto_turf/hybrisashale/get_dirt_type()
return DIRT_TYPE_SHALE

/turf/open/auto_turf/hybrisashale/layer0
icon_state = "shale_0"
bleed_layer = 0
/turf/open/auto_turf/hybrisa_auto_turf/get_dirt_type()
return DIRT_TYPE_SAND

/turf/open/auto_turf/hybrisashale/layer0_plate //for inner plate shenanigans
icon_state = "shale_1_alt"
/turf/open/auto_turf/hybrisa_auto_turf/layer0
icon_state = "hybrisa_0"
bleed_layer = 0

/turf/open/auto_turf/hybrisashale/layer1
icon_state = "shale_1"
/turf/open/auto_turf/hybrisa_auto_turf/layer1
icon_state = "hybrisa_1"
bleed_layer = 1

/turf/open/auto_turf/hybrisashale/layer2
icon_state = "shale_2"
/turf/open/auto_turf/hybrisa_auto_turf/layer2
icon_state = "hybrisa_2"
bleed_layer = 2

// Dirt

/turf/open/auto_turf/hybrisa_dirt
layer_name = list("aged igneous", "dirt", "warn a coder", "warn a coder", "warn a coder")
icon = 'icons/turf/floors/hybrisa_dirt.dmi'
icon_state = "varadero_0"
icon_prefix = "varadero"

/turf/open/auto_turf/hybrisa_dirt/ex_act(severity)
return

/turf/open/auto_turf/hybrisa_dirt/scorch(heat_level)
return

/turf/open/auto_turf/hybrisa_dirt/get_dirt_type()
return DIRT_TYPE_SAND

/turf/open/auto_turf/hybrisa_dirt/layer0
icon_state = "varadero_0"
bleed_layer = 0

/turf/open/auto_turf/hybrisa_dirt/layer1
icon_state = "varadero_1"
bleed_layer = 1
/turf/open/auto_turf/hybrisa_auto_turf/layer3
icon_state = "hybrisa_3"
bleed_layer = 3

// Street

Expand Down
Binary file removed icons/turf/floors/auto_shaledesaturated.dmi
Binary file not shown.
Binary file added icons/turf/floors/hybrisa_auto_turf.dmi
Binary file not shown.
Binary file removed icons/turf/floors/hybrisa_dirt.dmi
Binary file not shown.
Loading

0 comments on commit 1e7ed6e

Please sign in to comment.