mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
[FIX] SM monitoring console crash (#27971)
* Silly double negatives. * value for coeff + contra reccomendation * simplified logic (thanks funnyman) Co-authored-by: Charlie Nolan <funnyman3595@gmail.com> Signed-off-by: Erikos <Erikos66@outlook.com> --------- Signed-off-by: Erikos <Erikos66@outlook.com> Co-authored-by: Charlie Nolan <funnyman3595@gmail.com>
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
/// Refered to as eer on the moniter. This value effects gas output, heat, damage, and radiation.
|
||||
var/power = 0
|
||||
/// A bonus to rad production equal to EER multiplied by the bonus given by each gas. The bonus gets higher the more gas there is in the chamber.
|
||||
var/gas_coefficient
|
||||
var/gas_coefficient = 0
|
||||
///Determines the rate of positve change in gas comp values
|
||||
var/gas_change_rate = 0.05
|
||||
|
||||
|
||||
Reference in New Issue
Block a user