mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user