Adding "pamphlet tourist" to the to_string function.
This commit is contained in:
parent
16422be351
commit
bdc9adcf75
2 changed files with 5 additions and 1 deletions
|
@ -150,6 +150,8 @@ namespace character {
|
|||
return cooking_pot;
|
||||
case equipments::MedicKit:
|
||||
return medic_kit;
|
||||
case equipments::PamphletTourist:
|
||||
return pamphlet_tourist;
|
||||
}
|
||||
},
|
||||
[](const tools &arg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue