Skip to content

Commit

Permalink
Update code/game/turfs/floors/desert.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Zonespace <[email protected]>
  • Loading branch information
hislittlecuzingames and Zonespace27 committed May 30, 2024
1 parent 365a490 commit 519986e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/turfs/floors/desert.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,20 +144,23 @@
/turf/open/desert/desert_shore/shore_edge1
name = "shore"
icon_state = "shore_edge1"

/turf/open/desert/desert_shore/shore_edge1/can_surgery
allow_construction = TRUE
supports_surgery = TRUE

/turf/open/desert/desert_shore/shore_corner1
name = "shore"
icon_state = "shore_corner1"

/turf/open/desert/desert_shore/shore_corner1/can_surgery
allow_construction = TRUE
supports_surgery = TRUE

/turf/open/desert/desert_shore/shore_corner2
name = "shore"
icon_state = "shore_corner2"

/turf/open/desert/desert_shore/shore_corner2/can_surgery
allow_construction = TRUE
supports_surgery = TRUE
Expand Down

0 comments on commit 519986e

Please sign in to comment.