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:
@@ -138,6 +138,7 @@
|
||||
desc = "An intricate piece of machinery that creates a holographic video call with another MODlink-compatible device. Essentially a video necklace."
|
||||
icon_state = "modlink"
|
||||
actions_types = list(/datum/action/item_action/call_link)
|
||||
materials = list(MAT_METAL = 2000, MAT_GLASS = 1000, MAT_GOLD = 500)
|
||||
/// The installed power cell.
|
||||
var/obj/item/stock_parts/cell/cell
|
||||
/// The MODlink datum we operate.
|
||||
|
||||
Reference in New Issue
Block a user