Skip to content

Commit

Permalink
Set Kakariko Potion Shop back entrance to be inaccessible as child.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwawrzyniak committed Jul 18, 2023
1 parent 768908b commit 171f18c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public class KakarikoVillageToPotionShopBack extends Exit {
public KakarikoVillageToPotionShopBack(final ExitMap exitMap) {
super(exitMap, ExitType.DOOR_ENTRANCE);
intendedAccessibleAsChild(true);
intendedAccessibleAsChild(false);
intendedAccessibleAsAdult(true);
setDoorEntrance(DoorEntrance.KAK_POTION_SHOP_BACK);
setBothSidePositions(new Position(45.5, 27.11));
Expand Down

0 comments on commit 171f18c

Please sign in to comment.