mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Fixes backpack preferences not working (#7391)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
/datum/outfit/proc/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
//to be overriden for customization depending on client prefs,species etc
|
||||
if(allow_backbag_choice && !back)
|
||||
if(allow_backbag_choice)
|
||||
var/use_job_specific = H.backbag_style == 1
|
||||
switch(H.backbag)
|
||||
if (1)
|
||||
|
||||
Reference in New Issue
Block a user