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