Throws a bunch of parenthesis around to ensure dear Aunt Sally is always properly excused. (#71281)

Similar vein to #37116

This is supposed to be standard, yet here we are.

SHOULDN'T change anything, but there's likely something out there that's
bound to behave different because of it.


These were done manually, regex to find things that MIGHT need to be
corrected;
`^#define.+\+((?!\)).)*$`
`^#define.+-((?!\)).)*$`
`^#define.+\*((?!\)).)*$`
`^#define.+\/((?!\)).)*$` (yeah that's a lot of stuff.)
`^#define.+%((?!\)).)*$`
`^#define.+SECONDS((?!\)).)*$`
`^#define.+MINUTES((?!\)).)*$`
This commit is contained in:
ShizCalev
2022-11-21 20:53:06 -08:00
committed by GitHub
parent dccbf7e5a6
commit 9dab26371c
70 changed files with 136 additions and 136 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ created from them: make sure you handle that list correctly! Either copy them by
and clear when youre done! if you dont i will use :newspaper2: on you
*/
#define HOLODECK_CD 2 SECONDS
#define HOLODECK_DMG_CD 5 SECONDS
#define HOLODECK_CD (2 SECONDS)
#define HOLODECK_DMG_CD (5 SECONDS)
/// typecache for turfs that should be considered ok during floorchecks.
/// A linked turf being anything not in this typecache will cause the holodeck to perform an emergency shutdown.