Port Discordia shoes (#422)
Where no icon was found used the equipped sprites Also updated the vending machine prototypes but more items will need adding in the future.
This commit is contained in:
committed by
Pieter-Jan Briers
parent
0b5759abe6
commit
63611cef80
@@ -268,7 +268,7 @@ namespace Content.Server.GameTicking
|
||||
var uniform = _entityManager.SpawnEntity("UniformAssistant");
|
||||
inventory.Equip(EquipmentSlotDefines.Slots.INNERCLOTHING, uniform.GetComponent<ClothingComponent>());
|
||||
|
||||
var shoes = _entityManager.SpawnEntity("ShoesItem");
|
||||
var shoes = _entityManager.SpawnEntity("ShoesBlack");
|
||||
inventory.Equip(EquipmentSlotDefines.Slots.SHOES, shoes.GetComponent<ClothingComponent>());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user