Include : #include <stdproperties.h>

Property: LIVE_M_STOP_FIGHTING

Purpose : Used in /cmd/live/social.c this property registers which livings
          this living has offered to end hostilities with. The "stop
          fighting" command sets this property. If the other combatant
          issues the same command within 10 seconds, the fighting ends.

Value   : mapping ([ string filename: int time ])

          In this 'filename' is the result of file_name(combatant), where
          the combatant is the person we fight. The 'time' is the actual
          time() at the moment of offering. The offer should be accepted
          within 10 seconds.
