Skip to content

Commit

Permalink
Minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuvKH committed Jun 23, 2023
1 parent 610965e commit 3963588
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 80 deletions.
4 changes: 2 additions & 2 deletions code/game/area/varadero.dm
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
/area/varadero/interior_protected/caves/central
name = "New Varadero - Grass Caves"
icon_state = "deepcaves2"
minimap_color = MINIMAP_AREA_CAVES
minimap_color = MINIMAP_AREA_CAVES

/area/varadero/interior_protected/caves/digsite
name = "New Varadero - Dig Site"
Expand All @@ -314,7 +314,7 @@
/area/varadero/interior_protected/maintenance/south
name = "New Varadero - Southern Maintenance"
icon_state = "deepcaves4"
minimap_color = MINIMAP_AREA_CAVES
minimap_color = MINIMAP_AREA_CAVES

/area/varadero/interior_protected/vessel
name = "New Varadero - Unknown Vessel"
Expand Down
2 changes: 1 addition & 1 deletion code/game/turfs/turf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
var/area/A = get_area(src)
switch(A.ceiling)
if(CEILING_GLASS)
return "The ceiling above is glass. That's not going stop anything."
return "The ceiling above is glass. That's not going to stop anything."
if(CEILING_METAL)
return "The ceiling above is metal. You can't see through it with a camera from above, but that's not going to stop anything."
if(CEILING_UNDERGROUND_ALLOW_CAS)
Expand Down
Loading

0 comments on commit 3963588

Please sign in to comment.