mirror of
https://github.com/diamante0018/InfectedGSC.git
synced 2025-08-31 05:17:29 +00:00
Bug fix
This commit is contained in:
@@ -91,7 +91,7 @@ GlowStickDamageListenerStub( owner )
|
|||||||
{
|
{
|
||||||
self endon ( "death" );
|
self endon ( "death" );
|
||||||
|
|
||||||
self setCanDamage( false );
|
self setCanDamage( true );
|
||||||
|
|
||||||
self.health = 999999;
|
self.health = 999999;
|
||||||
self.maxHealth = 100;
|
self.maxHealth = 100;
|
||||||
|
Reference in New Issue
Block a user