Merge pull request #9688 from VOREStation/Verkister-patch-8

Fixes accessories not getting applied on spawn
This commit is contained in:
Verkister
2021-02-11 22:58:28 +02:00
committed by Chompstation Bot
parent 26d1ac519a
commit f9906535e7
@@ -272,6 +272,7 @@ This saves us from having to call add_fingerprint() any time something is put in
if(slot_glasses)
src.glasses = W
W.equipped(src, slot)
worn_clothing += glasses
update_inv_glasses()
if(slot_gloves)
src.gloves = W
@@ -405,4 +406,4 @@ This saves us from having to call add_fingerprint() any time something is put in
if(l_hand)
. += l_hand
if(r_hand)
. += r_hand
. += r_hand