home · contact · privacy
Server, plugin: Refactor decrement_lifepoint hooking, add missed files.
[plomrogue] / server / calc_effort.py
1 # This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
2 # or any later version. For details on its copyright, license, and warranties,
3 # see the file NOTICE in the root directory of the PlomRogue source package.
4
5
6 def calc_effort(thing_action, thing):
7     return thing_action["TA_EFFORT"]