master #3

Merged
Cryz merged 2 commits from frostbite/battle_royale_sim:master into master 2025-07-24 19:11:18 +02:00

View File

@@ -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