do
This commit is contained in:
buthed010203 2021-07-24 10:41:01 -04:00 committed by GitHub
parent adbfcdf16a
commit 9c5d75c439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ public class StatusEffect extends UnlockableContent{
public Color color = Color.white.cpy();
/** Effect that happens randomly on top of the affected unit. */
public Effect effect = Fx.none;
/** Affinity & opposite values for stat displaysdo. */
/** Affinity & opposite values for stat displays. */
public ObjectSet<StatusEffect> affinities = new ObjectSet<>(), opposites = new ObjectSet<>();
/** Transition handler map. */
protected ObjectMap<StatusEffect, TransitionHandler> transitions = new ObjectMap<>();