youvsvirus / youvsvirus-unity

Unity version of the you vs virus game.
GNU General Public License v3.0
1 stars 1 forks source link

Removed a self-introduced bug #44

Closed maccxs closed 4 years ago

maccxs commented 4 years ago

The NPCs set their initial condition which was only later on Start() transfered to the human's condition. Hence the NPC list itself did not store the right condition (exposed). This was no problem since we did not really do anything with the list - until now where I tried to use it.