mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Biomeport (#18022)
* biome port * fix * umm * up * prettier on repo level * . * uh * fix that * . * guh * could be deelted * fix query * raccoon * raccoon
This commit is contained in:
@@ -53,7 +53,7 @@ var/list/gear_datums = list()
|
||||
for(var/j in entries)
|
||||
entries["[j]"] = path2text_list(entries["[j]"])
|
||||
pref.gear_list["[i]"] = entries
|
||||
pref.gear_slot = save_data["gear_slot"]
|
||||
pref.gear_slot = save_data["gear_slot"] || 1
|
||||
|
||||
/datum/category_item/player_setup_item/loadout/loadout/save_character(list/save_data)
|
||||
var/list/all_gear = list()
|
||||
|
||||
Reference in New Issue
Block a user