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:
Henri215
2022-10-28 20:05:46 +02:00
committed by GitHub
co-authored by Edan
parent 0a3111f6cf
commit 473a46ff5a
29 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
w_class = WEIGHT_CLASS_SMALL
throw_speed = 2
throw_range = 5
materials = list(MAT_METAL=10, MAT_GLASS=5)
materials = list(MAT_METAL = 15, MAT_GLASS = 10)
flags = CONDUCT
slot_flags = SLOT_BELT
item_state = "coil"
+2 -2
View File
@@ -205,7 +205,7 @@
/// Is the light rigged to explode?
var/rigged = FALSE
/// Materials the light is made of
var/lightmaterials = list(MAT_GLASS=100)
var/lightmaterials = list(MAT_GLASS = 200)
/// Currently in night shift mode?
var/nightshift_enabled = FALSE
@@ -793,7 +793,7 @@
/// How many times has the light been switched on/off?
var/switchcount = 0
/// Materials the light is made of
materials = list(MAT_GLASS=100)
materials = list(MAT_GLASS = 200)
/// Is the light rigged to explode?
var/rigged = FALSE
/// Light range