diff --git a/Scripts/Python/ki/xKIConstants.py b/Scripts/Python/ki/xKIConstants.py index d30ad5c591..a383ce1824 100644 --- a/Scripts/Python/ki/xKIConstants.py +++ b/Scripts/Python/ki/xKIConstants.py @@ -329,9 +329,9 @@ class kCommands: Internal = {"/revisitcleft" : "RevisitCleft", "/restart" : "RestartGame", "/gamereward" : "MarkerGameReward"} - EasterEggs = {"/look" : "LookAround", - "/get feather" : "GetFeather", - "/look in pocket" : "LookForFeathers"} + EasterEggs = {"/look in pocket" : "LookForFeathers", + "/look" : "LookAround", + "/get feather" : "GetFeather"} Text = {"/go" : "Put one foot in front of the other and eventually you will get there.", "/fly" : "You close your eyes, you feel light headed and the ground slips away from your feet... Then you open your eyes and WAKE UP! (Ha, you can only dream about flying.)"} Other = {"/party" : "PartyTime",