mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
Implement unused accessories from To-Do list, change friendship decline message
This commit is contained in:
parent
ce5d6e125a
commit
8797c149a7
2 changed files with 6 additions and 1 deletions
|
@ -305,7 +305,7 @@ FriendInviterIgnored = '%s is ignoring you.'
|
||||||
FriendInviterAsking = 'Asking %s to be your friend.'
|
FriendInviterAsking = 'Asking %s to be your friend.'
|
||||||
FriendInviterFriendSaidYes = 'You are now friends with %s!'
|
FriendInviterFriendSaidYes = 'You are now friends with %s!'
|
||||||
FriendInviterPlayerFriendSaidYes = "You are now friends with %s's player, %s!"
|
FriendInviterPlayerFriendSaidYes = "You are now friends with %s's player, %s!"
|
||||||
FriendInviterFriendSaidNo = '%s has declined your friend request.'
|
FriendInviterFriendSaidNo = '%s said no, thank you.'
|
||||||
FriendInviterFriendSaidNoNewFriends = "%s isn't looking for new friends right now."
|
FriendInviterFriendSaidNoNewFriends = "%s isn't looking for new friends right now."
|
||||||
FriendInviterOtherTooMany = '%s has too many friends already!'
|
FriendInviterOtherTooMany = '%s has too many friends already!'
|
||||||
FriendInviterMaybe = '%s was unable to answer.'
|
FriendInviterMaybe = '%s was unable to answer.'
|
||||||
|
|
|
@ -92,6 +92,10 @@ MonthlySchedule = ((7,
|
||||||
31,
|
31,
|
||||||
(CatalogAccessoryItem(101),
|
(CatalogAccessoryItem(101),
|
||||||
CatalogAccessoryItem(103),
|
CatalogAccessoryItem(103),
|
||||||
|
CatalogAccessoryItem(112),
|
||||||
|
CatalogAccessoryItem(113),
|
||||||
|
CatalogAccessoryItem(114),
|
||||||
|
CatalogAccessoryItem(115),
|
||||||
CatalogAccessoryItem(117),
|
CatalogAccessoryItem(117),
|
||||||
CatalogAccessoryItem(118),
|
CatalogAccessoryItem(118),
|
||||||
CatalogAccessoryItem(123),
|
CatalogAccessoryItem(123),
|
||||||
|
@ -102,6 +106,7 @@ MonthlySchedule = ((7,
|
||||||
CatalogAccessoryItem(128),
|
CatalogAccessoryItem(128),
|
||||||
CatalogAccessoryItem(129),
|
CatalogAccessoryItem(129),
|
||||||
CatalogAccessoryItem(130),
|
CatalogAccessoryItem(130),
|
||||||
|
CatalogAccessoryItem(201),
|
||||||
CatalogAccessoryItem(202),
|
CatalogAccessoryItem(202),
|
||||||
CatalogAccessoryItem(204),
|
CatalogAccessoryItem(204),
|
||||||
CatalogAccessoryItem(205),
|
CatalogAccessoryItem(205),
|
||||||
|
|
Loading…
Reference in a new issue