escape of the combat

This commit is contained in:
frostbite
2025-07-24 17:39:49 +02:00
parent eb592579a0
commit 82141d89d6

View File

@@ -23,6 +23,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