Skip to content

Commit

Permalink
rideable: fix sample function
Browse files Browse the repository at this point in the history
  • Loading branch information
12rcu committed Feb 2, 2024
1 parent 8fff7a5 commit 68d64ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5896,7 +5896,7 @@ class BehEntityComponents : MonsteraFile {
rideable {
//boat
seatCount = 2
interactText(key = "action.interact.ride.boat")
interactText(key = "action.interact.ride.boat", config = null)
pullInEntities = true
seats {
//with one entity occupied
Expand Down Expand Up @@ -5927,7 +5927,7 @@ class BehEntityComponents : MonsteraFile {
}

//other
exitText("crouch to ext", "action.hint.exit.boat")
exitText("crouch to ext", "action.hint.exit.boat", null)
crouchingSkipInteract = true
controllingSeat = 1
familyTypes = arrayListOf("player")
Expand Down

0 comments on commit 68d64ce

Please sign in to comment.