Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Saludame.activity/character.py
diff options
context:
space:
mode:
Diffstat (limited to 'Saludame.activity/character.py')
-rwxr-xr-xSaludame.activity/character.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/Saludame.activity/character.py b/Saludame.activity/character.py
index 7fd07ac..1a6a23b 100755
--- a/Saludame.activity/character.py
+++ b/Saludame.activity/character.py
@@ -37,16 +37,6 @@ class Character:
Get the character current status, and returns
a dictionary.
"""
- #status = {"hair_color" : self.hair_color,
- # "socks_color" : self.socks_color,
- # "skin_color" : self.skin_color,
- # "shoes_color" : self.shoes_color,
- # "current_place" : self.current_place,
- # "name" : self.name,
- # "level" : self.level,
- # "grade" : self.grade,
- # "clothes" : self.clothes
- # }
status = {"character_colors" : self.mappings, # add by CustomizatedKid in module customization.
"current_place" : self.current_place,
"name" : self.name,
@@ -127,3 +117,4 @@ class Clothes:
self.texture_path = texture_path
self.weather_effects_list = weather_effects_list #list of tuples (id_weather, effect_indoor, effect_outdoor)
+