mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-12 18:57:29 +08:00
wacca: add lily to list of items given on profile create, fixes #4
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user