From 4460aa6dcd830daba23eafae58c120f651eef324 Mon Sep 17 00:00:00 2001 From: evilew Date: Tue, 24 Sep 2024 21:07:18 +0200 Subject: [PATCH] path change --- code/game/turfs/simulated/floor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/turfs/simulated/floor.dm b/code/game/turfs/simulated/floor.dm index 8f9708f937..31cd734313 100644 --- a/code/game/turfs/simulated/floor.dm +++ b/code/game/turfs/simulated/floor.dm @@ -3,7 +3,7 @@ //- you should use istype() if you want to find out whether a floor has a certain type //- floor_tile is now a path, and not a tile obj name = "floor" - icon = 'icons/turf/floors.dmi' + icon = 'GainStation13/icons/turf/floors.dmi' //GS13 change (so our floors are used instead) baseturfs = /turf/open/floor/plating dirt_buildup_allowed = TRUE