Update to Wurm Unlimited 1.9 and latest code
This commit is contained in:
@@ -40,7 +40,7 @@ public class BookConversionQuestion extends Question {
|
||||
Deity d = Deities.getDeity(deity);
|
||||
p.setDeity(d);
|
||||
p.setPriest(true);
|
||||
if(d.hateGod){
|
||||
if(d.isHateGod()){
|
||||
p.setAlignment(-Math.abs(p.getAlignment()));
|
||||
}else{
|
||||
p.setAlignment(Math.abs(p.getAlignment()));
|
||||
|
||||
Reference in New Issue
Block a user