Fixing an issue with wooden barricades / wood sheets interaction (#12360)

This commit is contained in:
Ghom
2020-05-28 09:35:40 +02:00
committed by GitHub
parent 16dea7ceed
commit bc4e4ca9f3

View File

@@ -70,7 +70,6 @@
if(W.amount < 5) if(W.amount < 5)
to_chat(user, "<span class='warning'>You need at least five wooden planks to make a wall!</span>") to_chat(user, "<span class='warning'>You need at least five wooden planks to make a wall!</span>")
return return
else
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)