Przeglądaj źródła

Move Geta to the center square

vintage
Fen Dweller 5 lat temu
rodzic
commit
f0a2f559dc
1 zmienionych plików z 18 dodań i 18 usunięć
  1. +18
    -18
      src/game/maps/town.ts

+ 18
- 18
src/game/maps/town.ts Wyświetl plik

@@ -133,24 +133,6 @@ export const Town = (): Place => {
)
)

woods.choices.push(
new Choice(
"Fight Geta",
"yolo",
(world, executor) => {
world.encounter = new Encounter(
{
name: "You punched Geta",
intro: (world: World) => new LogLine(`You punched Geta. Geta is angry.`)
},
[executor, new Creatures.Geta()]
)

return new LogLine(`FIGHT TIME`)
}
)
)

woods.choices.push(
new Choice(
"Fight a dragon",
@@ -248,6 +230,24 @@ export const Town = (): Place => {
)
)

square.choices.push(
new Choice(
"Fight Geta",
"yolo",
(world, executor) => {
world.encounter = new Encounter(
{
name: "You punched Geta",
intro: (world: World) => new LogLine(`You punched Geta. Geta is angry.`)
},
[executor, new Creatures.Geta()]
)

return new LogLine(`FIGHT TIME`)
}
)
)

alley.choices.push(
new Choice(
"Kuro",


Ładowanie…
Anuluj
Zapisz