v0.3.0: added chilled debuff
This commit is contained in:
@@ -61,7 +61,8 @@ public class IceBlock extends Gizmo {
|
||||
public static IceBlock freeze( CharSprite sprite ) {
|
||||
|
||||
IceBlock iceBlock = new IceBlock( sprite );
|
||||
sprite.parent.add( iceBlock );
|
||||
if (sprite.parent != null)
|
||||
sprite.parent.add( iceBlock );
|
||||
|
||||
return iceBlock;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user