From 784b2ab0486d92f2422aa7c719e1bc87fed95902 Mon Sep 17 00:00:00 2001 From: Dahlular Date: Mon, 11 Apr 2022 03:41:49 -0600 Subject: [PATCH] amogus sussy amogus --- hyperstation/code/game/turfs/open.dm | 14 ++++++++++++++ hyperstation/icons/turf/floors/layeniasand.dmi | 0 tgstation.dme | 1 + 3 files changed, 15 insertions(+) create mode 100644 hyperstation/code/game/turfs/open.dm create mode 100644 hyperstation/icons/turf/floors/layeniasand.dmi 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"