Update deployable.dm
This commit is contained in:
@@ -74,7 +74,8 @@
|
|||||||
to_chat(user, "<span class='notice'>You start adding [I] to [src]...</span>")
|
to_chat(user, "<span class='notice'>You start adding [I] to [src]...</span>")
|
||||||
if(do_after(user, 50, target=src))
|
if(do_after(user, 50, target=src))
|
||||||
W.use(5)
|
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)
|
qdel(src)
|
||||||
return
|
return
|
||||||
return ..()
|
return ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user