mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Fix missing crafting flags (#83025)
## About The Pull Request fixes https://github.com/tgstation/tgstation/issues/83023 ## Changelog 🆑 fix: Materials are now correctly applied to crafted items (chairs, toilets, etc) /🆑
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
src.res_amount = res_amount
|
||||
src.max_res_amount = max_res_amount
|
||||
src.time = time
|
||||
src.crafting_flags = crafting_flags
|
||||
src.placement_checks = placement_checks
|
||||
src.trait_booster = trait_booster
|
||||
src.trait_modifier = trait_modifier
|
||||
|
||||
Reference in New Issue
Block a user