mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
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:
@@ -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
Reference in New Issue
Block a user