mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +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:
@@ -238,6 +238,7 @@ GLOBAL_LIST_INIT(sinew_recipes, list (
|
||||
singular_name = "armor plate"
|
||||
flags = NOBLUDGEON
|
||||
layer = MOB_LAYER
|
||||
materials = list(MAT_METAL = 20000, MAT_TITANIUM = 5000)
|
||||
|
||||
/obj/item/stack/sheet/animalhide/armor_plate/afterattack__legacy__attackchain(atom/target, mob/user, proximity_flag)
|
||||
if(!proximity_flag)
|
||||
|
||||
Reference in New Issue
Block a user