Pömpel angefangen
This commit is contained in:
@ -199,6 +199,9 @@ public class Character : MonoBehaviour
|
||||
case ItemType.Pizza:
|
||||
developer.GiveFood(0.25, WantedConsumable.Pizza);
|
||||
break;
|
||||
default:
|
||||
SayItsImpossible();
|
||||
return;
|
||||
}
|
||||
|
||||
item.UsesLeft--;
|
||||
|
||||
@ -6,7 +6,8 @@ namespace Interaction
|
||||
{
|
||||
Mate,
|
||||
Coffee,
|
||||
Pizza
|
||||
Pizza,
|
||||
Plunger
|
||||
}
|
||||
|
||||
public class PickupInteractible : Interactible
|
||||
|
||||
Reference in New Issue
Block a user