mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Adds Materials to Every Autolathe and Protolathe Item (except for ammo boxes, IK mags, and Dart Boxes) (#31445)
* Holy fuck there's so much shit I'm not even done * oh god there's so many * it is done * Update autolathe_designs.dm * Update circuitboard.dm
This commit is contained in:
@@ -422,7 +422,7 @@
|
||||
name = "prep bowl"
|
||||
desc = "A bowl for mixing, or tossing a salad. Not to be eaten out of"
|
||||
icon_state = "bowl"
|
||||
materials = list(MAT_PLASTIC = 500)
|
||||
materials = list(MAT_METAL = 400, MAT_GLASS = 100)
|
||||
removal_penalty = 2
|
||||
|
||||
/obj/item/reagent_containers/cooking/icecream_bowl
|
||||
|
||||
Reference in New Issue
Block a user