Merge pull request #11485 from Ghommie/Ghommie-cit625

Fixing a little issue with the musician trait etcetera.
This commit is contained in:
kevinz000
2020-03-16 13:23:25 -07:00
committed by GitHub
7 changed files with 17 additions and 13 deletions
+2 -1
View File
@@ -219,8 +219,9 @@
O = new R.result_type(usr.drop_location())
if(O)
O.setDir(usr.dir)
log_craft("[O] crafted by [usr] at [loc_name(O.loc)]")
use(R.req_amount * multiplier)
log_craft("[O] crafted by [usr] at [loc_name(O.loc)]")
if(R.applies_mats && custom_materials && custom_materials.len)
var/list/used_materials = list()