From 0966b28e2bf44ba4d04f9a1c43ebd167de6d46c9 Mon Sep 17 00:00:00 2001 From: variableundefined <40092670+variableundefined@users.noreply.github.com> Date: Tue, 9 Oct 2018 23:32:55 +0800 Subject: [PATCH] One line change --- code/game/turfs/unsimulated/beach.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/turfs/unsimulated/beach.dm b/code/game/turfs/unsimulated/beach.dm index a9cd62db26c..b7c76359c46 100644 --- a/code/game/turfs/unsimulated/beach.dm +++ b/code/game/turfs/unsimulated/beach.dm @@ -34,8 +34,8 @@ /turf/unsimulated/beach/water name = "Shallow Water" icon_state = "seashallow" - var/obj/machinery/poolcontroller/linkedcontroller = null water_overlay_image = "water_shallow" + var/obj/machinery/poolcontroller/linkedcontroller = null /turf/unsimulated/beach/water/Entered(atom/movable/AM, atom/OldLoc) . = ..()