Merge 2009scape updates #19

Open
randy wants to merge 204 commits from 2009Scape:master into upstream
Showing only changes of commit df80d077ce - Show all commits

View file

@ -30,6 +30,7 @@ public class SophanemPlugin extends OptionHandler {
SceneryDefinition.forId(20275).getHandlers().put("option:climb-down", this);
SceneryDefinition.forId(20391).getHandlers().put("option:open", this);
SceneryDefinition.forId(28514).getHandlers().put("option:open", this);
SceneryDefinition.forId(20341).getHandlers().put("option:open", this);
return this;
}
@ -53,6 +54,8 @@ public class SophanemPlugin extends OptionHandler {
}
DoorActionHandler.handleDoor(player, (Scenery) node);
break;
case 20341:
break;
}
return true;
}