mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes a mixup with the low pressure light.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2866 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
#define HAZARD_HIGH_PRESSURE 750
|
||||
#define HIGH_STEP_PRESSURE HAZARD_HIGH_PRESSURE/2
|
||||
#define WARNING_HIGH_PRESSURE HAZARD_HIGH_PRESSURE*0.7
|
||||
#define HAZARD_LOW_PRESSURE 50
|
||||
#define WARNING_LOW_PRESSURE HAZARD_LOW_PRESSURE*0.7
|
||||
#define HAZARD_LOW_PRESSURE 20
|
||||
#define WARNING_LOW_PRESSURE HAZARD_LOW_PRESSURE*2.5
|
||||
#define MAX_PRESSURE_DAMAGE 20
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user