Finish up most of the pattern editor except for copying
This commit is contained in:
@@ -54,3 +54,9 @@ class DamagePattern():
|
||||
def renamePattern(self, p, newName):
|
||||
p.name = newName
|
||||
eos.db.save(p)
|
||||
|
||||
def deletePattern(self, p):
|
||||
eos.db.remove(p)
|
||||
|
||||
def saveChanges(self, p):
|
||||
eos.db.save(p)
|
||||
|
||||
Reference in New Issue
Block a user