We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998d3b4 commit 9169400Copy full SHA for 9169400
1 file changed
Monika After Story/game/zz_submods.rpy
@@ -362,6 +362,7 @@ init -980 python in mas_submod_utils:
362
363
The same as registerFunction. See its doc for parameter details
364
"""
365
+ # TODO: functools.wraps
366
def wrap(_function):
367
registerFunction(
368
_label,
@@ -393,6 +394,7 @@ init -980 python in mas_submod_utils:
393
394
return
395
396
#Firstly, let's get our sorted list
397
+ # TODO: use insort instead of sorting every time we run things
398
sorted_plugins = __prioritySort(key)
399
for _action, data_tuple in sorted_plugins:
400
if data_tuple[1]:
0 commit comments