|
@@ -409,7 +409,7 @@ class Universe: |
|
|
""" |
|
|
""" |
|
|
self._load() |
|
|
self._load() |
|
|
if tid not in self._types: |
|
|
if tid not in self._types: |
|
|
return _DummyKillable(self) |
|
|
|
|
|
|
|
|
return _DummyType(self) |
|
|
return _Type(self, tid, self._types[tid]) |
|
|
return _Type(self, tid, self._types[tid]) |
|
|
|
|
|
|
|
|
def killable(self, kid): |
|
|
def killable(self, kid): |
|
|