Skip to content

Commit

Permalink
CC
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Oct 18, 2023
1 parent bd69f9d commit d068eb2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
6 changes: 2 additions & 4 deletions code/game/turfs/floor_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,23 +180,21 @@
/turf/open/floor/plating/plating_catwalk/shiva
icon = 'icons/turf/floors/ice_colony/shiva_floor.dmi'



/turf/open/floor/plating/ironsand
name = "Iron Sand"

/turf/open/floor/plating/ironsand/Initialize(mapload, ...)
. = ..()
icon_state = "ironsand[rand(1,15)]"



/turf/open/floor/plating/catwalk
icon = 'icons/turf/floors/catwalks.dmi'
icon_state = "catwalk0"
name = "catwalk"
desc = "Cats really don't like these things."

/turf/open/floor/plating/tunnelable //You can place a tunnel on these
name = "damaged plating"

/turf/open/floor/almayer
icon = 'icons/turf/almayer.dmi'
Expand Down
3 changes: 3 additions & 0 deletions code/game/turfs/turf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,9 @@
/turf/open/floor/corsat/can_dig_xeno_tunnel()
return TRUE

/turf/open/floor/plating/tunnelable/can_dig_xeno_tunnel()
return TRUE

/turf/closed/wall/almayer/research/containment/wall/divide/can_dig_xeno_tunnel()
return FALSE

Expand Down
22 changes: 13 additions & 9 deletions maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -9813,7 +9813,10 @@
/obj/structure/machinery/light/small{
dir = 1
},
/turf/open/floor/plating,
/obj/effect/decal/warning_stripes{
icon_state = "S"
},
/turf/open/floor/plating/tunnelable,
/area/lv522/landing_zone_1/tunnel)
"evv" = (
/obj/effect/decal/cleanable/dirt,
Expand Down Expand Up @@ -10585,7 +10588,10 @@
/obj/effect/landmark/structure_spawner/setup/distress/tunnel/maintenance,
/obj/structure/machinery/light/small,
/obj/effect/decal/cleanable/blood/xeno,
/turf/open/floor/plating,
/obj/effect/decal/warning_stripes{
icon_state = "N"
},
/turf/open/floor/plating/tunnelable,
/area/lv522/landing_zone_1/tunnel)
"eLN" = (
/obj/structure/machinery/light,
Expand Down Expand Up @@ -20776,7 +20782,10 @@
"iGD" = (
/obj/effect/landmark/structure_spawner/setup/distress/tunnel/maintenance,
/obj/structure/machinery/light/small,
/turf/open/floor/plating,
/obj/effect/decal/warning_stripes{
icon_state = "N"
},
/turf/open/floor/plating/tunnelable,
/area/lv522/landing_zone_1/tunnel)
"iGF" = (
/obj/structure/bed/chair{
Expand Down Expand Up @@ -38897,11 +38906,6 @@
/obj/structure/cargo_container/horizontal/blue/top,
/turf/open/floor/prison,
/area/lv522/outdoors/colony_streets/north_west_street)
"prT" = (
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/obj/structure/cargo_container/grant/rightmid,
/turf/open/auto_turf/shale/layer1,
/area/lv522/outdoors/w_rockies)
"prU" = (
/obj/structure/stairs/perspective{
dir = 5;
Expand Down Expand Up @@ -69789,7 +69793,7 @@ vtc
vtc
vtc
uWO
prT
vZY
kWD
tTr
pUR
Expand Down

0 comments on commit d068eb2

Please sign in to comment.