mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Custom statues and sculpting changes. (#53154)
### Gameplay changes: - Spacemen lose their ability to sculpt all minerals into statues barehanded, you need a chisel now. - You can now create carving blocks out of 5 sheets of most materials. - Using a chisel on the blocks you can designate what to carve in it (including the preset statues from before). - Chisels can be printed at autolathe, there's also one in art storage. ### Code changes: - Squeak component now squeaks on attack_hand for structures. - Radials now accept atom paths automatically extracting the name with initial. - Base and rigid stack recipes renamed appropriately. - Statues now use custom materials.
This commit is contained in:
@@ -76,6 +76,9 @@
|
||||
for(var/i in M.categories)
|
||||
switch(i)
|
||||
if(MAT_CATEGORY_BASE_RECIPES)
|
||||
var/list/temp = SSmaterials.base_stack_recipes.Copy()
|
||||
recipes += temp
|
||||
if(MAT_CATEGORY_RIGID)
|
||||
var/list/temp = SSmaterials.rigid_stack_recipes.Copy()
|
||||
recipes += temp
|
||||
update_weight()
|
||||
|
||||
Reference in New Issue
Block a user