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
+2 -2
View File
@@ -2,7 +2,7 @@
name = "voice analyzer"
desc = "A small electronic device able to record a voice sample, and send a signal when that sample is repeated."
icon_state = "voice"
materials = list(MAT_METAL=500, MAT_GLASS=50)
materials = list(MAT_METAL = 500, MAT_GLASS = 50)
origin_tech = "magnets=1;engineering=1"
var/listening = FALSE
var/recorded = null //the activation message
@@ -61,7 +61,7 @@
name = "noise sensor"
desc = "A simple noise sensor that triggers on vocalizations other than speech."
icon_state = "voice"
materials = list(MAT_METAL=100, MAT_GLASS=10)
materials = list(MAT_METAL = 210, MAT_GLASS = 50)
origin_tech = "magnets=1;engineering=1"
bomb_name = "noise-activated bomb"