mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-14 01:34:04 +01:00
Merge pull request #9688 from VOREStation/Verkister-patch-8
Fixes accessories not getting applied on spawn
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user