forked from Dniel97/artemis
wacca: add lily to list of items given on profile create, fixes #4
This commit is contained in:
parent
1567ec23ab
commit
6b0838062e
@ -50,6 +50,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)
|
||||||
|
Loading…
Reference in New Issue
Block a user