Move booster and implant meta swap out of meta swap command

This commit is contained in:
DarkPhoenix
2019-04-15 13:28:15 +03:00
parent 82777d0b02
commit 960bef2b96
9 changed files with 97 additions and 20 deletions

View File

@@ -411,6 +411,7 @@ class Character(object):
return
implant = es_Implant(eos.db.getItem(itemID))
char.implants.makeRoom(implant)
char.implants.append(implant)
eos.db.commit()