some craft logging

This commit is contained in:
Putnam
2020-01-16 18:40:00 -08:00
parent d233a14d91
commit a4cc73f219
6 changed files with 14 additions and 0 deletions
+1
View File
@@ -229,6 +229,7 @@
for (var/obj/item/I in O)
qdel(I)
//BubbleWrap END
log_craft("[O] crafted by [usr] at [get_turf(O)]")
/obj/item/stack/proc/building_checks(datum/stack_recipe/R, multiplier)
if (get_amount() < R.req_amount*multiplier)