summaryrefslogtreecommitdiff
path: root/src/creature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/creature.cpp')
-rw-r--r--src/creature.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/creature.cpp b/src/creature.cpp
index 2e5e1ab..9d50291 100644
--- a/src/creature.cpp
+++ b/src/creature.cpp
@@ -20,13 +20,13 @@ Creature::Creature(Window m, std::string s)
void Creature::Behavior()
{
hp--;
- //Detection
+ //Detection
- //Priorities
+ //Priorities
- //Action
- this->Action();
+ //Action
+ this->Action();
}
void Creature::Action()
@@ -76,8 +76,6 @@ void Creature::Action()
}
}
-
-
/*
else
{