mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +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:
@@ -94,7 +94,7 @@
|
||||
force = 5
|
||||
throwforce = 7
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
materials = list(MAT_METAL = 500)
|
||||
materials = list(MAT_METAL = 1000, MAT_TITANIUM = 500)
|
||||
attack_verb = list("bludgeoned", "whacked", "cracked")
|
||||
/// Is the secret compartment open?
|
||||
var/is_open = FALSE
|
||||
|
||||
Reference in New Issue
Block a user