diff --git a/hyperstation/code/game/turfs/open.dm b/hyperstation/code/game/turfs/open.dm new file mode 100644 index 000000000..3553557f7 --- /dev/null +++ b/hyperstation/code/game/turfs/open.dm @@ -0,0 +1,14 @@ +/turf/open/indestructible/layenia/sand + name = "\improper crimson sand" + desc = "A reddish sand." + icon = 'hyperstation/icons/turf/floors/layeniasand.dmi' + icon_state = "mapping" + baseturfs = /turf/open/indestructible/layenia/crystal + slowdown = 1 + barefootstep = FOOTSTEP_SAND + clawfootstep = FOOTSTEP_SAND + heavyfootstep = FOOTSTEP_GENERIC_HEAVY + initial_gas_mix = FROZEN_ATMOS + planetary_atmos = TRUE + smooth = SMOOTH_TRUE | SMOOTH_BORDER | SMOOTH_MORE + canSmoothWith = list(/turf/open/indestructible/layenia/sand) diff --git a/hyperstation/icons/turf/floors/layeniasand.dmi b/hyperstation/icons/turf/floors/layeniasand.dmi new file mode 100644 index 000000000..e69de29bb diff --git a/tgstation.dme b/tgstation.dme index fdef7508b..cc9104606 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3108,6 +3108,7 @@ #include "hyperstation\code\game\objects\structures\bench.dm" #include "hyperstation\code\game\objects\structures\ghost_role_spawners.dm" #include "hyperstation\code\game\objects\structures\sauna_oven.dm" +#include "hyperstation\code\game\turfs\open.dm" #include "hyperstation\code\game\turfs\simulated\wall\mineral_walls.dm" #include "hyperstation\code\gamemode\traitor_lewd.dm" #include "hyperstation\code\gamemode\traitor_thief.dm"