mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] Throws a bunch of parenthesis around to ensure dear Aunt Sally is always properly excused. [MDB IGNORE] (#17654)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user