diff --git a/entities/player.py b/entities/player.py index f96e73f..0fec0f4 100644 --- a/entities/player.py +++ b/entities/player.py @@ -42,6 +42,10 @@ class BrSimPlayer(): #XXX can steal from death players or from sleeping players pass + def escape(self): + #XXX It can run away from the fighting + pass + def heal(self): #XXX if you have a wound and you have a medikit item, you can heal your wound or sickness pass