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