Fix inventory oversights

This commit is contained in:
Aronai Sieyes
2021-07-18 14:39:39 -04:00
parent f849783331
commit 577f519648
@@ -193,6 +193,7 @@ This saves us from having to call add_fingerprint() any time something is put in
s_store = null
update_inv_s_store()
else if (W == back)
worn_clothing -= back
back = null
update_inv_back()
else if (W == handcuffed)
@@ -304,6 +305,7 @@ This saves us from having to call add_fingerprint() any time something is put in
if(slot_gloves)
src.gloves = W
W.equipped(src, slot)
worn_clothing += gloves
update_inv_gloves()
if(slot_head)
src.head = W