diff --git a/code/game/turfs/floors/desert.dm b/code/game/turfs/floors/desert.dm index b6abb281e721..afb3869619bd 100644 --- a/code/game/turfs/floors/desert.dm +++ b/code/game/turfs/floors/desert.dm @@ -144,6 +144,7 @@ /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 @@ -151,6 +152,7 @@ /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 @@ -158,6 +160,7 @@ /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