mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
Fixes for TGstation upstream
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
continue
|
||||
|
||||
item.insert_path_into_outfit(equipped_outfit, src, visuals_only)
|
||||
preference_list = preference_list[preference_source.read_preference(/datum/preference/loadout_index)] // BUBBER EDIT ADDITION: Multiple loadout presets
|
||||
// SKYRAT EDIT ADDITION BEGIN
|
||||
var/obj/item/storage/briefcase/empty/travel_suitcase
|
||||
var/loadout_placement_preference = preference_source.read_preference(/datum/preference/choiced/loadout_override_preference)
|
||||
|
||||
@@ -245,7 +245,6 @@ GLOBAL_LIST_INIT(all_loadout_categories, init_loadout_categories())
|
||||
if(!cached_reskin_options[reskin_to])
|
||||
return FALSE
|
||||
|
||||
var/list/loadout = manager.preferences.read_preference(/datum/preference/loadout)
|
||||
if(!cached_reskin_options[reskin_to])
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user