From 7e63b397cfde262c63e5303c2461486ca4e3edc2 Mon Sep 17 00:00:00 2001 From: poklj Date: Tue, 22 Apr 2025 20:53:42 -0300 Subject: [PATCH] Nerf Firelock electronic prices (#33469) * Nerf Firelock electronic prices - make firelock electronics price half of the input cost to make one (27) rounded up * Why does firelock make glass? - remove the Physical composition of glass from FirelockElectronics as the input does not contain glass and the output cannot contain half a steel and plastic --------- Co-authored-by: Milon --- .../Entities/Objects/Devices/Electronics/firelock.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml index c7fa8f9ecd..ff576ad285 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml @@ -13,4 +13,9 @@ tags: - FirelockElectronics - type: StaticPrice - price: 61 + price: 14 + - type: PhysicalComposition + materialComposition: + Glass: 0 + chemicalComposition: + Silicon: 20 -- 2.51.2