c-proctor / Lux_Game

0 stars 0 forks source link

Possible to complete quests without having all/any items #4

Closed Accident-Prone closed 3 years ago

Accident-Prone commented 3 years ago

**Describe the bug**
It is possible for a player to complete the snowman quest without gathering any of the items.

**Version**
- Lux Build 1.0 PGF

**To Reproduce**
Steps to reproduce the behavior (difficult to reproduce):
1. Walk up to the snowman
2. Get very lucky with triggering the completion quest script check

**Expected behavior**
It should not be possible to complete any quests without the items.

**Screenshots**
N/A

**Desktop System (please complete the following information):**
- OS: Windows 10

**Additional context**
Add any other context about the problem here.
Accident-Prone commented 3 years ago

This issue has been resolved. The script is now written in a way that it directly checks that the quest items have been collected within the QuestItemCheck.cs script.