This website works better with JavaScript.
Home
Help
Sign In
ben
/
calefaction
mirror of
https://github.com/earwig/calefaction
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Fix incorrect class invocation.
master
Ben Kurtovic
7 years ago
parent
0c46e7f0c4
commit
12d0f3be9b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
calefaction/eve/universe.py
+ 1
- 1
calefaction/eve/universe.py
View File
@@ -409,7 +409,7 @@ class Universe:
"""
self._load()
if tid not in self._types:
return _Dummy
Killabl
e(self)
return _Dummy
Typ
e(self)
return _Type(self, tid, self._types[tid])
def killable(self, kid):
Write
Preview
Loading…
Cancel
Save