v3.3.0: fixed a typo in actor comments

This commit is contained in:
Evan Debenham
2025-10-07 15:24:55 -04:00
parent a5acfda78a
commit 0a9aedaab2

View File

@@ -43,7 +43,7 @@ public abstract class Actor implements Bundlable {
//default priority values for general actor categories
//note that some specific actors pick more specific values
//e.g. a buff acting after all normal buffs might have priority BUFF_PRIO + 1
//e.g. a buff acting before all normal buffs might have priority BUFF_PRIO + 1
protected static final int VFX_PRIO = 100; //visual effects take priority
protected static final int HERO_PRIO = 0; //positive is before hero, negative after
protected static final int BLOB_PRIO = -10; //blobs act after hero, before mobs