diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-09 13:41:45 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-09 13:41:45 -0700 |
commit | e0f8dff01630d4291e41e42ebd40a7db59a68a67 (patch) | |
tree | 3a2fe2770b31afc31052c4d0e67ba615c05cdb9f | |
parent | 1d83ff268e2ee048d07fb2290568bdab1a47db53 (diff) | |
download | clientdata-e0f8dff01630d4291e41e42ebd40a7db59a68a67.tar.gz clientdata-e0f8dff01630d4291e41e42ebd40a7db59a68a67.tar.bz2 clientdata-e0f8dff01630d4291e41e42ebd40a7db59a68a67.tar.xz clientdata-e0f8dff01630d4291e41e42ebd40a7db59a68a67.zip |
Eliminated message notifications for potion status effects
-rw-r--r-- | status-effects.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/status-effects.xml b/status-effects.xml index 4fed3afb..d43158b1 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -2,14 +2,10 @@ <status-effects> <status-effect name="speed" id="37" block-id="21" icon="icon-haste-potion.xml" - start-message="As your focus increases, you feel the world slowing down around you." - end-message="The world is speeding up again." /> <status-effect name="strength" id="185" block-id="23" icon="icon-iron-potion.xml" persistent-particle-effect="true" start-particle="graphics/particles/orange-violent-glow.particle.xml" - start-message="You feel stronger." - end-message="You feel a little weaker." /> </status-effects> |