summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Lavashot.c4d/Shot.c4d/Script.c
diff options
context:
space:
mode:
authorZed <Zed@zed.zed>2016-03-04 20:54:04 +0100
committerZed <Zed@zed.zed>2016-03-04 20:54:04 +0100
commit2fa1ef2fe4dcd5c47d1ccca68d1dba79399ea2c6 (patch)
tree0b14dfd8ee0517b05f2fd85cc8f14ab63bc68c49 /TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Lavashot.c4d/Shot.c4d/Script.c
parentc10bb0ce029d24e5ce79ca475cb59af0f6184755 (diff)
downloadtempelschubsen-2fa1ef2fe4dcd5c47d1ccca68d1dba79399ea2c6.tar.gz
tempelschubsen-2fa1ef2fe4dcd5c47d1ccca68d1dba79399ea2c6.zip
Make Lavashot spell less damaging on impact
Diffstat (limited to 'TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Lavashot.c4d/Shot.c4d/Script.c')
-rw-r--r--TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Lavashot.c4d/Shot.c4d/Script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Lavashot.c4d/Shot.c4d/Script.c b/TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Lavashot.c4d/Shot.c4d/Script.c
index 8bb4d7c..61bfea9 100644
--- a/TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Lavashot.c4d/Shot.c4d/Script.c
+++ b/TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Lavashot.c4d/Shot.c4d/Script.c
@@ -140,7 +140,7 @@ private func Attraction(obj)
GetVertex(0,1,obj)+GetY(obj) );
obj->~LightningStrike();
SetAction("Connect");
- Punch(obj, 20);
+ Punch(obj, 7);
Incinerate(obj);
//Übernimmt QueryCatchBlow
//if(GetEffect("KillSymbols",obj)) SetKillSymbols(obj,GetEffect("KillSymbols",obj),_LVS,GetEffect("KillTraceHelper",this()));