Compare commits
No commits in common. "f7862f09f9375eecb940f3e814564be91ea23a97" and "b4b7d27c77947ae3550e6438692285de78cd1745" have entirely different histories.
f7862f09f9
...
b4b7d27c77
2 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
//
|
||||
// Created by postaron on 29/02/24.
|
||||
//
|
||||
#include <catch2/catch_all.hpp>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
@ -141,11 +141,7 @@ namespace character {
|
|||
return 0;
|
||||
}
|
||||
case tools::Dagger:
|
||||
if (inType == characType::Habilete) {
|
||||
return 1;
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
case tools::RockClimbingKit:
|
||||
return inType == characType::Adresse ? 1 : 0;
|
||||
case tools::SackOfGrain:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue