mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-22 10:55:13 -06:00
"You open the valve." "You close the valve."
This commit is contained in:
parent
8903ed619a
commit
430d7e0467
1 changed files with 2 additions and 2 deletions
|
|
@ -899,7 +899,7 @@ class EW2Listeners : InteractionListener {
|
|||
setVarbit(player, EW2ValveWestVarbit, 1, true)
|
||||
runTask(player, 3) {
|
||||
syncTank(player)
|
||||
sendDialogue(player, "you open the valve")
|
||||
sendDialogue(player, "You open the valve.")
|
||||
playAudio(player, Sounds.EW2_WATER_VALVE_3185)
|
||||
}
|
||||
// if open, close the valve
|
||||
|
|
@ -907,7 +907,7 @@ class EW2Listeners : InteractionListener {
|
|||
setVarbit(player, EW2ValveWestVarbit, 0, true)
|
||||
runTask(player, 3) {
|
||||
syncTank(player)
|
||||
sendDialogue(player, "you close the valve")
|
||||
sendDialogue(player, "You close the valve.")
|
||||
playAudio(player, Sounds.EW2_WATER_VALVE_3185)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue