diff options
Diffstat (limited to 'TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Eisnadeln.c4d')
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Eisnadeln.c4d/Eisnadeln.c4d/Script.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Eisnadeln.c4d/Eisnadeln.c4d/Script.c b/TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Eisnadeln.c4d/Eisnadeln.c4d/Script.c index 98f3eaf..f433017 100644 --- a/TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Eisnadeln.c4d/Eisnadeln.c4d/Script.c +++ b/TemplePushing.c4s/Misc.c4d/AdditionalSpells.c4d/Eisnadeln.c4d/Eisnadeln.c4d/Script.c @@ -1,4 +1,4 @@ -/*-- Eislanze --*/ +/*-- Ice Needle --*/ #strict static const ICNA_Speed=50; @@ -155,7 +155,7 @@ if(!Gift==1) { Sound("Hited", living); // Schaden machen - Punch(living, 12); + Punch(living, RandomX(7, 12)); if(!Frozen(living)) Freeze(living, EffectVar(4)); return(RemoveObject()); } @@ -163,7 +163,7 @@ if(Gift==1) { Sound("Hited", living); // Schaden machen - Punch(living, (10)); + Punch(living, RandomX(5, 10)); return(RemoveObject()); } } |
