mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-27 15:06:35 +01:00
Ports over configuration controller (#16484)
* Ports over configuration controller * Fixes * Manual path fix * patch (#16490) * patch * . * SQL Fix * Post-rebase fix * Added missing examples --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -603,7 +603,7 @@
|
||||
M.release_vore_contents(include_absorbed = TRUE, silent = TRUE)
|
||||
|
||||
//Drop all items into the belly.
|
||||
if(config.items_survive_digestion)
|
||||
if(CONFIG_GET(flag/items_survive_digestion))
|
||||
for(var/obj/item/W in M)
|
||||
if(istype(W, /obj/item/organ/internal/mmi_holder/posibrain))
|
||||
var/obj/item/organ/internal/mmi_holder/MMI = W
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
var/list/charlist = list()
|
||||
|
||||
var/default
|
||||
for(var/i in 1 to config.character_slots)
|
||||
for(var/i in 1 to CONFIG_GET(number/character_slots))
|
||||
var/list/save_data = savefile.get_entry("character[i]", list())
|
||||
var/name = save_data["real_name"]
|
||||
var/nickname = save_data["nickname"]
|
||||
|
||||
Reference in New Issue
Block a user