From fd49848210ef597045e85ddfda9d95101832f5c1 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 23 Nov 2019 19:49:55 -0500 Subject: [PATCH] Fix AgeSDL when using packed Python in MOUL. --- korman/plasma_magic.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/korman/plasma_magic.py b/korman/plasma_magic.py index ed89987..a0ad10c 100644 --- a/korman/plasma_magic.py +++ b/korman/plasma_magic.py @@ -18,7 +18,10 @@ from Plasma import * from PlasmaTypes import * class {age_name}(ptResponder): - pass + def __init__(self): + ptResponder.__init__(self) + self.id = -1 + self.version = 0 """ very_very_special_sdl = """