All pastes #1842047 Raw Edit

clueless

public text v1 · immutable
#1842047 ·published 2010-03-16 04:08 UTC
rendered paste body
Index: src/server/database/mysql/progress_events.sql===================================================================--- src/server/database/mysql/progress_events.sql	(revision 5698)+++ src/server/database/mysql/progress_events.sql	(working copy)@@ -26,8 +26,15 @@ INSERT INTO progression_events VALUES("cast Life Infusion",     '<script>        <hp aim="Target" value="10*Power"/>-       <msg aim="Caster" text="You transfer healing energy by your touch."/>-       <msg aim="Target" text="${Caster} healed your wounds a bit."/>+       <if t="Target=Caster">+         <then>+           <msg aim="Caster" text="You healed your wounds a bit"/>+         </then>+         <else>+           <msg aim="Caster" text="You transfer healing energy by your touch."/>+           <msg aim="Target" text="${Caster} healed your wounds a bit."/>+         </else>+       </if>        <fx source="Caster" target="Target" name="clear" type="attached"/>      </script>'); INSERT INTO progression_events VALUES("cast Summon Missile",