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
+1 -1
View File
@@ -247,7 +247,7 @@
var/checkout
var/duedate
#define PRINTER_COOLDOWN 6 SECONDS
#define PRINTER_COOLDOWN (6 SECONDS)
#define LIBRARY_NEWSFEED "Nanotrasen Book Club"
//The different states the computer can be in, only send the info we need yeah?
#define LIBRARY_INVENTORY 1
@@ -1,5 +1,5 @@
#define SKILLCHIP_IMPLANT_TIME 15 SECONDS
#define SKILLCHIP_REMOVAL_TIME 15 SECONDS
#define SKILLCHIP_IMPLANT_TIME (15 SECONDS)
#define SKILLCHIP_REMOVAL_TIME (15 SECONDS)
/obj/machinery/skill_station
name = "\improper Skillsoft station"