Fixes integrity issues related to datum mats (#48586)

This commit is contained in:
Qustinnus
2020-01-07 10:02:18 -05:00
committed by Emmett Gaines
parent c797587d01
commit 8337ccac44
9 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
make_new_table(material.tableVariant)
else
if(material.get_amount() < 1)
to_chat(user, "<span class='warning'>You need one metal sheet to do this!</span>")
to_chat(user, "<span class='warning'>You need one sheet to do this!</span>")
return
to_chat(user, "<span class='notice'>You start adding [material] to [src]...</span>")
if(do_after(user, 20, target = src) && material.use(1))