diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index f83840dc3d2..f91e7e0abb5 100644 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -1488,7 +1488,7 @@ var/list/ghostteleportlocs = list() /area/medical/biostorage name = "\improper Secondary Storage" - icon_state = "medbay2" + icon_state = "medbaysecstorage" music = 'sound/ambience/signal.ogg' /area/medical/reception @@ -1498,12 +1498,12 @@ var/list/ghostteleportlocs = list() /area/medical/psych name = "\improper Psych Room" - icon_state = "medbay3" + icon_state = "medbaypsych" music = 'sound/ambience/signal.ogg' /area/medical/medbreak name = "\improper Break Room" - icon_state = "medbay3" + icon_state = "medbaybreak" music = 'sound/ambience/signal.ogg' /area/medical/patients_rooms diff --git a/icons/turf/areas.dmi b/icons/turf/areas.dmi index 6f53bb25da3..0fd3833d6e4 100755 Binary files a/icons/turf/areas.dmi and b/icons/turf/areas.dmi differ