From 4605b884b226dc244bbfe19481a45e5019f41df8 Mon Sep 17 00:00:00 2001 From: Mittendrein Markus Date: Mon, 8 Feb 2016 22:39:00 +0100 Subject: Explicitly set the rest of the physicals --- TemplePushing.c4s/System.c4g/Clonk.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TemplePushing.c4s/System.c4g') 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(...); } -- cgit v1.2.3-54-g00ecf