FIX: SM Engine + SM console TGUI hotfix (#32297)

* changed SM gasefficency and SM monitoring console TGUI

* update tgui bundle

* update tgui bundle
This commit is contained in:
SanguisExtremis
2026-08-12 23:21:47 +00:00
committed by GitHub
parent c144106d53
commit b9d22b0538
3 changed files with 6 additions and 7 deletions
@@ -116,7 +116,7 @@
///Tracks the bolt color we are using
var/zap_icon = DEFAULT_ZAP_ICON_STATE
///The portion of the gasmix we're on that we should remove
var/gasefficency = 0.35
var/gasefficency = 0.30
///Are we exploding?
var/final_countdown = FALSE
@@ -1081,7 +1081,6 @@
base_icon_state = "darkmatter_shard"
icon_state = "darkmatter_shard"
anchored = FALSE
gasefficency = 0.125
explosion_power = 12
layer = ABOVE_MOB_LAYER
moveable = TRUE
@@ -181,12 +181,12 @@ const SupermatterMonitorDataView = () => {
<ProgressBar
value={SM_moles}
minValue={0}
maxValue={12000}
maxValue={5000}
ranges={{
teal: [-Infinity, 100],
average: [100, 11333],
good: [11333, 12000],
bad: [12000, Infinity],
average: [100, 4500],
good: [4500, 5000],
bad: [5000, Infinity],
}}
>
{toFixed(SM_moles) + ' mol'}
File diff suppressed because one or more lines are too long