use skin, not costume, for mag colors

This commit is contained in:
Andy Newjack 2020-04-20 01:22:07 -03:00 committed by jake
parent d978d671a2
commit ffd782ccce

View File

@ -250,7 +250,7 @@ fn new_character<EG: EntityGateway>(entity_gateway: &mut EG, user: &UserAccountE
synchro: 20,
iq: 0,
photon_blast: [None; 3],
color: character.appearance.costume as u8,
color: (character.appearance.skin % 18) as u8,
}),
location: ItemLocation::Inventory {
character_id: character.id,