From 4858136ca1a2625cbda1c2fbe2346f381349c9ce Mon Sep 17 00:00:00 2001 From: Markolie Date: Fri, 21 Oct 2016 17:59:47 +0200 Subject: [PATCH] Cult wall fix --- code/game/turfs/simulated/walls_misc.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/game/turfs/simulated/walls_misc.dm b/code/game/turfs/simulated/walls_misc.dm index 7a0abcd2d0e..def35564327 100644 --- a/code/game/turfs/simulated/walls_misc.dm +++ b/code/game/turfs/simulated/walls_misc.dm @@ -8,6 +8,14 @@ /turf/simulated/wall/cult/narsie_act() return + +/turf/simulated/wall/cult/break_wall() + new /obj/effect/decal/cleanable/blood(src) + return (new /obj/structure/cultgirder(src)) + +/turf/simulated/wall/cult/devastate_wall() + new /obj/effect/decal/cleanable/blood(src) + new /obj/effect/decal/remains/human(src) /turf/simulated/wall/rust name = "rusted wall"