Adding "pamphlet tourist" to the to_string function.

This commit is contained in:
Pcornat 2024-02-26 16:47:57 +01:00
parent 16422be351
commit bdc9adcf75
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
2 changed files with 5 additions and 1 deletions

View file

@ -150,6 +150,8 @@ namespace character {
return cooking_pot;
case equipments::MedicKit:
return medic_kit;
case equipments::PamphletTourist:
return pamphlet_tourist;
}
},
[](const tools &arg) {