Add config options

This commit is contained in:
r4d6
2019-12-23 12:41:52 -05:00
parent b909f54ba5
commit 01a8fe1cd6
3 changed files with 4 additions and 3 deletions
@@ -168,8 +168,9 @@
var/key_value = null
if(key_pos || value_mode == VALUE_MODE_FLAG)
key_name = copytext(str_val, 1, key_pos)
if(lowercase)
key_name = lowertext(copytext(str_val, 1, key_pos))
key_name = lowertext(key_name)
key_value = copytext(str_val, key_pos + 1)
var/new_key
var/new_value