This commit is contained in:
6arelyFuture 2021-09-29 00:44:25 +01:00
parent b0f00db21b
commit 803c949a30

View File

@ -91,7 +91,7 @@ GlowStickDamageListenerStub( owner )
{
self endon ( "death" );
self setCanDamage( false );
self setCanDamage( true );
self.health = 999999;
self.maxHealth = 100;