Added the ability to use a limited number of black dice.

This commit is contained in:
Maxwell Dodd 2025-01-27 14:16:20 +01:00
parent 0e869555d3
commit bcfd42147b
12 changed files with 1058 additions and 26 deletions

View file

@ -25,7 +25,7 @@ public class Room : MonoBehaviour
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start() {
GameManager.Instance.StateChanged += HandleStateChange;
GameManager.StateChanged += HandleStateChange;
if (isEntrance) {
SetPropertiesOfEntrance();