mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +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:
@@ -3,6 +3,7 @@
|
||||
desc = "This one-use skin applier will add a skin to MODsuits of a specific type. This one applies to standard modsuits."
|
||||
icon = 'icons/obj/clothing/modsuit/mod_construction.dmi'
|
||||
icon_state = "skinapplier"
|
||||
materials = list(MAT_METAL = 6000, MAT_GLASS = 3000, MAT_PLASMA = 1000)
|
||||
var/skin = "civilian"
|
||||
var/compatible_theme = /datum/mod_theme/standard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user