mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Setting up the groundwork for handling paper under a DLL call to properly
format it utilizing the https://github.com/hoedown/hoedown library.
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
var/ghost_interaction = 0
|
||||
|
||||
var/comms_password = ""
|
||||
var/paperwork_library = 0 //use the library DLL.
|
||||
|
||||
var/use_irc_bot = 0
|
||||
var/irc_bot_host = "localhost"
|
||||
@@ -475,6 +476,9 @@
|
||||
|
||||
if("comms_password")
|
||||
config.comms_password = value
|
||||
|
||||
if("paperwork_library")
|
||||
config.paperwork_library = 1
|
||||
|
||||
if("irc_bot_host")
|
||||
config.irc_bot_host = value
|
||||
|
||||
Reference in New Issue
Block a user