mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Tweaks to autolathe design costs (#19469)
* first wave of tweaks * Update code/modules/power/cable.dm Co-authored-by: Edan <29551695+Edan52@users.noreply.github.com> * Edan52 review * missed one Co-authored-by: Edan <29551695+Edan52@users.noreply.github.com>
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
icon_state = "beaker"
|
||||
item_state = "beaker"
|
||||
belt_icon = "beaker"
|
||||
materials = list(MAT_GLASS=500)
|
||||
materials = list(MAT_GLASS = 1000)
|
||||
var/obj/item/assembly_holder/assembly = null
|
||||
var/can_assembly = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user