Parenthesizes some macros (#37212)
* parenthesizes some macros * A couple more macro definition parenthesizing
This commit is contained in:
committed by
CitadelStationBot
parent
f98040513a
commit
4d0597ad5b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user