mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Merge pull request #34362 from Leshana/vplk-bitfields
Code fix for stat_entry on NO_FIRE subsystems
This commit is contained in:
@@ -172,7 +172,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(can_fire && !(SS_NO_FIRE in flags))
|
if(can_fire && !(SS_NO_FIRE & flags))
|
||||||
msg = "[round(cost,1)]ms|[round(tick_usage,1)]%([round(tick_overrun,1)]%)|[round(ticks,0.1)]\t[msg]"
|
msg = "[round(cost,1)]ms|[round(tick_usage,1)]%([round(tick_overrun,1)]%)|[round(ticks,0.1)]\t[msg]"
|
||||||
else
|
else
|
||||||
msg = "OFFLINE\t[msg]"
|
msg = "OFFLINE\t[msg]"
|
||||||
|
|||||||
Reference in New Issue
Block a user