DeathLink: add support for the cause field #2

This commit is contained in:
Fabian Dill
2021-11-06 16:17:10 +01:00
parent 720ef936da
commit 5cf7e6e24b
2 changed files with 4 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ class World(metaclass=AutoWorldRegister):
self.player = player
# overridable methods that get called by Main.py, sorted by execution order
# can also be implemented as a classmethod and called "stage_<original_name",
# can also be implemented as a classmethod and called "stage_<original_name>",
# in that case the MultiWorld object is passed as an argument and it gets called once for the entire multiworld.
# An example of this can be found in alttp as stage_pre_fill
def generate_early(self):