mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-26 23:57:25 +01:00
change wrong ConditionsCellRenderer to TimedConditionsCellRenderer
This commit is contained in:
@@ -287,7 +287,7 @@ public class ItemEditor extends JSONElementEditor {
|
||||
hitEffectPane.add(hitSourceConditionsPane, JideBoxLayout.FIX);
|
||||
String titleHitTargetConditions = "Actor Conditions applied to the target: ";
|
||||
hitTargetConditionsModel = new TargetTimedConditionsListModel(hitEffect);
|
||||
ConditionsCellRenderer cellRendererHitTargetConditions = new ConditionsCellRenderer();
|
||||
CommonEditor.TimedConditionsCellRenderer cellRendererHitTargetConditions = new CommonEditor.TimedConditionsCellRenderer();
|
||||
BasicLambdaWithArg<Common.TimedActorConditionEffect> selectedSetHitTargetConditions = (value)->selectedHitEffectTargetCondition = value;
|
||||
BasicLambdaWithReturn<Common.TimedActorConditionEffect> selectedGetHitTargetConditions = ()->selectedHitEffectTargetCondition ;
|
||||
BasicLambda selectedResetHitTargetConditions = ()->selectedHitEffectTargetCondition = null;
|
||||
|
||||
Reference in New Issue
Block a user