mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Merge branch 'Doomzday1-master-patch-22388' into 'master'
Dialogue typo Professor Oddenstein - Ernset the chicken PreUpdate ProfessorOddensteinPlugin.java See merge request 2009scape/2009scape!329
This commit is contained in:
commit
a1009836d8
2 changed files with 3 additions and 2 deletions
|
|
@ -47,4 +47,5 @@
|
|||
- Removed halloween decorations
|
||||
- Alkharid Upstairs locations can now be entered exited correctly
|
||||
- Fix Yak Hide Armor crafting level requirements
|
||||
- Spiky Vambraces crafing added
|
||||
- Spiky Vambraces crafing added
|
||||
- Fixed Typo in Professor Oddenstein's dialogue
|
||||
|
|
@ -212,7 +212,7 @@ public class ProfessorOddensteinPlugin extends DialoguePlugin {
|
|||
stage = 14;
|
||||
break;
|
||||
case 14:
|
||||
interpreter.sendDialogues(npc, null, "My machine is broken, and the house germlins have", "run off with some vital bits.");
|
||||
interpreter.sendDialogues(npc, null, "My machine is broken, and the house gremlins have", "run off with some vital bits.");
|
||||
stage = 15;
|
||||
break;
|
||||
case 15:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue