Implemented torch ability
This commit is contained in:
parent
0bf8adc76d
commit
9a8077021a
15 changed files with 881 additions and 49 deletions
|
|
@ -5,7 +5,7 @@ public class MatchingDiceLock : Lock
|
|||
{
|
||||
public override bool CheckIfKeyFits(DicePair dicePair)
|
||||
{
|
||||
if (dicePair.CheckIfResultsMatch())
|
||||
if (base.CheckIfKeyFits(dicePair) && dicePair.CheckIfResultsMatch())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue