aboutsummaryrefslogtreecommitdiff
path: root/backend/ArmorObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ArmorObject.h')
-rw-r--r--backend/ArmorObject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/ArmorObject.h b/backend/ArmorObject.h
index a476740..458b0ba 100644
--- a/backend/ArmorObject.h
+++ b/backend/ArmorObject.h
@@ -7,6 +7,7 @@ class ArmorObject : public Object {
public:
void set_protection(int protection);
+ int get_protection() const;
private:
int protection = 0;