diff options
author | Micksha <ms-shaman@gmx.de> | 2020-10-10 19:34:29 +0200 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2020-10-10 19:34:29 +0200 |
commit | c2d35d27bcc7b18c16dd736001835bb3e64b981a (patch) | |
tree | 58c96d3a4ae46d3ab3d2eaa11acc90c8734e6075 | |
parent | 813de70df49bf3cb42f954db2b90828771b37803 (diff) | |
download | clientdata-c2d35d27bcc7b18c16dd736001835bb3e64b981a.tar.gz clientdata-c2d35d27bcc7b18c16dd736001835bb3e64b981a.tar.bz2 clientdata-c2d35d27bcc7b18c16dd736001835bb3e64b981a.tar.xz clientdata-c2d35d27bcc7b18c16dd736001835bb3e64b981a.zip |
fix the xml
-rw-r--r-- | graphics/sprites/icons/vomit.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sprites/icons/vomit.xml b/graphics/sprites/icons/vomit.xml index 8b3875d1..1192043b 100644 --- a/graphics/sprites/icons/vomit.xml +++ b/graphics/sprites/icons/vomit.xml @@ -11,18 +11,18 @@ Copyright (C) 2020 Evol Online --> <action name="default" imageset="icon"> <animation direction="default"> <label name="stand"/> - <goto label="static" rand="95"/> + <goto label="static" rand="90"/> <goto label="vomit" rand="100"/> <!-- well... do nothing --> <label name="static"/> - <frame index="0" delay="4500"/> + <frame index="0" delay="3000"/> <goto label="stand"/> <!-- vomiting --> <label name="vomit"/> <frame index="0" delay="140"/> <frame index="1" delay="140"/> <frame index="2" delay="120"/> - <frame index="2" delay="100"/> + <frame index="3" delay="100"/> <goto label="stand"/> </animation> </action> |