Removed powerglove from spawn as now it works with button
This commit is contained in:
parent
873c7bc06e
commit
7b42d7dc1d
1 changed files with 1 additions and 2 deletions
|
@ -61,9 +61,8 @@ void playerInitInventory(PlayerData *pd) {
|
||||||
pd->inventory.lastSlot = 0;
|
pd->inventory.lastSlot = 0;
|
||||||
pd->activeItem = &noItem;
|
pd->activeItem = &noItem;
|
||||||
|
|
||||||
addItemToInventory(newItem(ITEM_POWGLOVE,0), &(pd->inventory));
|
|
||||||
|
|
||||||
if(shouldRenderDebug && playerCount < 2) {
|
if(shouldRenderDebug && playerCount < 2) {
|
||||||
|
addItemToInventory(newItem(ITEM_POWGLOVE,0), &(pd->inventory));
|
||||||
addItemToInventory(newItem(ITEM_WORKBENCH,0), &(pd->inventory));
|
addItemToInventory(newItem(ITEM_WORKBENCH,0), &(pd->inventory));
|
||||||
addItemToInventory(newItem(ITEM_GOLD_APPLE,1), &(pd->inventory));
|
addItemToInventory(newItem(ITEM_GOLD_APPLE,1), &(pd->inventory));
|
||||||
addItemToInventory(newItem(ITEM_STRENGTH_POTION,1), &(pd->inventory));
|
addItemToInventory(newItem(ITEM_STRENGTH_POTION,1), &(pd->inventory));
|
||||||
|
|
Loading…
Add table
Reference in a new issue