Fixes backpack preferences not working (#7391)

This commit is contained in:
Matt Atlas
2019-11-11 22:54:15 +02:00
committed by Erki
parent 1f6865ac00
commit e669e5cb7f
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -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)