v2.2.0: ghost questgiver now always moves at 0.5x speed
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ public class Ghost extends NPC {
|
||||
|
||||
@Override
|
||||
public float speed() {
|
||||
return Quest.processed() ? 2f : 0.5f;
|
||||
return 0.5f;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user