summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2015-09-08 22:46:57 +0200
committerMittendrein Markus <maxmitti@gmx.net>2015-09-08 22:46:57 +0200
commit23dd9f7bb0920cf0b553a9bb10775beecef5c6d7 (patch)
tree93357aafd82ee1968942cab90fb080d61a92ca78 /TemplePushing.c4s/System.c4g
parenta85fa0367eb4b895ec93054b1fb5eaa0aea5baa3 (diff)
downloadtempelschubsen-23dd9f7bb0920cf0b553a9bb10775beecef5c6d7.tar.gz
tempelschubsen-23dd9f7bb0920cf0b553a9bb10775beecef5c6d7.zip
Force specific FairCrew-Strength (and high Scale-Physical)
Diffstat (limited to 'TemplePushing.c4s/System.c4g')
-rw-r--r--TemplePushing.c4s/System.c4g/Clonk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/TemplePushing.c4s/System.c4g/Clonk.c b/TemplePushing.c4s/System.c4g/Clonk.c
index a951e0b..0c3264c 100644
--- a/TemplePushing.c4s/System.c4g/Clonk.c
+++ b/TemplePushing.c4s/System.c4g/Clonk.c
@@ -10,6 +10,8 @@ local removeOnDeath;
protected func Initialize()
{
AddEffect("CheckStuck2", this, 20, 1, this);
+ SetPhysical("Scale", 60000, PHYS_Temporary, this);
+ SetPhysical("CanScale", 1, PHYS_Temporary, this);
return _inherited(...);
}