forked from Hay1tsme/artemis
wacca: add lily to list of items given on profile create, fixes #4
This commit is contained in:
parent
e2129b45b7
commit
be00ad8e96
@ -51,6 +51,14 @@ class WaccaLily(WaccaS):
|
|||||||
resp = HousingStartResponseV1(region_id)
|
resp = HousingStartResponseV1(region_id)
|
||||||
return resp.make()
|
return resp.make()
|
||||||
|
|
||||||
|
def handle_user_status_create_request(self, data: Dict)-> Dict:
|
||||||
|
req = UserStatusCreateRequest(data)
|
||||||
|
resp = super().handle_user_status_create_request(data)
|
||||||
|
|
||||||
|
self.data.item.put_item(req.aimeId, WaccaConstants.ITEM_TYPES["navigator"], 210002) # Lily, Added Lily
|
||||||
|
|
||||||
|
return resp
|
||||||
|
|
||||||
def handle_user_status_get_request(self, data: Dict)-> Dict:
|
def handle_user_status_get_request(self, data: Dict)-> Dict:
|
||||||
req = UserStatusGetRequest(data)
|
req = UserStatusGetRequest(data)
|
||||||
resp = UserStatusGetV2Response()
|
resp = UserStatusGetV2Response()
|
||||||
|
Loading…
Reference in New Issue
Block a user