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