Merge pull request #6431 from Citadel-Station-13/upstream-merge-37212
[MIRROR] Parenthesizes some macros
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#define AIR_CONTENTS (25*ONE_ATMOSPHERE)*(air_contents.volume)/(R_IDEAL_GAS_EQUATION*air_contents.temperature)
|
||||
#define AIR_CONTENTS ((25*ONE_ATMOSPHERE)*(air_contents.volume)/(R_IDEAL_GAS_EQUATION*air_contents.temperature))
|
||||
/obj/machinery/atmospherics/components/unary/tank
|
||||
icon = 'icons/obj/atmospherics/pipes/pressure_tank.dmi'
|
||||
icon_state = "generic"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Disposal bin and Delivery chute.
|
||||
|
||||
#define SEND_PRESSURE 0.05*ONE_ATMOSPHERE
|
||||
#define SEND_PRESSURE (0.05*ONE_ATMOSPHERE)
|
||||
|
||||
/obj/machinery/disposal
|
||||
icon = 'icons/obj/atmospherics/pipes/disposal.dmi'
|
||||
|
||||
Reference in New Issue
Block a user