mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user