summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s')
-rw-r--r--TemplePushing.c4s/System.c4g/Clonk.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/TemplePushing.c4s/System.c4g/Clonk.c b/TemplePushing.c4s/System.c4g/Clonk.c
index 0c3264c..546f74c 100644
--- a/TemplePushing.c4s/System.c4g/Clonk.c
+++ b/TemplePushing.c4s/System.c4g/Clonk.c
@@ -10,8 +10,13 @@ local removeOnDeath;
protected func Initialize()
{
AddEffect("CheckStuck2", this, 20, 1, this);
+ SetPhysical("Fight", 75000, PHYS_Temporary, this);
SetPhysical("Scale", 60000, PHYS_Temporary, this);
+ SetPhysical("Hangle", 60000, PHYS_Temporary, this);
+ SetPhysical("Energy", 100000, PHYS_Temporary, this);
SetPhysical("CanScale", 1, PHYS_Temporary, this);
+ SetPhysical("CanHangle", 1, PHYS_Temporary, this);
+ DoEnergy(100, this);
return _inherited(...);
}