From c8c7e6575b2ea51a9c4dc6c524d5028d164f0e46 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 22 Mar 2018 06:08:51 -0500 Subject: [PATCH] [MIRROR] fixes "Xeno acid melts lava" (#6063) * fixes "Xeno acid melts lava" (#36584) * fix * im dumb * fixes "Xeno acid melts lava" --- code/game/turfs/simulated/lava.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/turfs/simulated/lava.dm b/code/game/turfs/simulated/lava.dm index 2d86854265..a928c927d6 100644 --- a/code/game/turfs/simulated/lava.dm +++ b/code/game/turfs/simulated/lava.dm @@ -17,6 +17,9 @@ /turf/open/lava/MakeSlippery() return +/turf/open/lava/acid_act(acidpwr, acid_volume) + return + /turf/open/lava/MakeDry(wet_setting = TURF_WET_WATER) return