3 lines
70 B
JavaScript
3 lines
70 B
JavaScript
if ( !this.actor.hasCondition("poisoned") ) {
|
|
this.effect.delete();
|
|
} |