Merge pull request #14235 from Heroman3003/inventory-fix

Fixes critical inventory equipment bug
This commit is contained in:
Casey
2022-12-24 06:25:59 +00:00
committed by CHOMPStation2
parent 1e57ac0f60
commit ece7dbb2f2
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ var/list/outfits_decls_by_type_
var/l_hand = null
// In the list(path=count,otherpath=count) format
var/list/uniform_accessories = list() // webbing, armbands etc - fits in slot_tie
var/list/backpack_contents = list()
var/list/backpack_contents = list()
var/id_type
var/id_desc