Update deployable.dm

This commit is contained in:
JTGSZ
2019-10-25 21:23:52 -04:00
parent 9fd95537bc
commit f97e244cc9

View File

@@ -74,7 +74,8 @@
to_chat(user, "<span class='notice'>You start adding [I] to [src]...</span>")
if(do_after(user, 50, target=src))
W.use(5)
new /turf/closed/wall/mineral/wood/nonmetal(get_turf(src))
var/turf/T = get_turf(src)
T.PlaceOnTop(/turf/closed/wall/mineral/wood/nonmetal)
qdel(src)
return
return ..()