diff --git a/hyperstation/code/game/turfs/simulated/wall/mineral_walls.dm b/hyperstation/code/game/turfs/simulated/wall/mineral_walls.dm index 926995b59..34e2604ba 100644 --- a/hyperstation/code/game/turfs/simulated/wall/mineral_walls.dm +++ b/hyperstation/code/game/turfs/simulated/wall/mineral_walls.dm @@ -64,3 +64,15 @@ desc = "A low tech hull for Layenia and space-flight" icon = 'hyperstation/icons/turf/walls/custompod.dmi' icon_state = "amogus" + +/turf/closed/wall/mineral/titanium/custom/departures + name = "\improper pod wall" + desc = "A low tech hull for Layenia and space-flight" + icon = 'hyperstation/icons/turf/walls/customdepartures.dmi' + icon_state = "amogus" + +/turf/closed/wall/mineral/titanium/custom/window/departures + name = "\improper pod wall" + desc = "A low tech hull for Layenia and space-flight" + icon = 'hyperstation/icons/turf/walls/customdepartures.dmi' + icon_state = "amogus" diff --git a/hyperstation/icons/turf/walls/customdepartures.dmi b/hyperstation/icons/turf/walls/customdepartures.dmi new file mode 100644 index 000000000..667587401 Binary files /dev/null and b/hyperstation/icons/turf/walls/customdepartures.dmi differ