RCD Memes

This commit is contained in:
BurgerLua
2019-05-31 20:32:17 -07:00
parent 6e6a1f4615
commit d67b179bff
@@ -77,6 +77,15 @@
return ..()
/turf/closed/wall/clockwork/rcd_vals(mob/user, obj/item/construction/rcd/the_rcd)
if(heated && the_rcd.canRturf)
return ..()
/turf/closed/wall/clockwork/rcd_act(mob/user, obj/item/construction/rcd/the_rcd, passed_mode)
if(heated && the_rcd.canRturf)
return ..()
/turf/closed/wall/clockwork/ReplaceWithLattice()
..()
for(var/obj/structure/lattice/L in src)