mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 14:44:58 +00:00
Migration - more progress
This commit is contained in:
@@ -249,7 +249,7 @@ class PokemonDuel
|
||||
pbMoveRoute(event, [PBMoveRoute::FORWARD])
|
||||
pbMoveRoute($game_player, [PBMoveRoute::FORWARD])
|
||||
@hp[0] -= action # Enemy action
|
||||
@hp[1] -= command # Player command
|
||||
@hp[1] -= command # Overrides command
|
||||
pbMessage(_INTL("You hit each other!"))
|
||||
elsif action == 2 && command == 0
|
||||
pbMoveRoute(event,
|
||||
|
||||
@@ -107,7 +107,7 @@ class TriadCard
|
||||
bitmap = Bitmap.new(80, 96)
|
||||
if owner == 2 # Opponent
|
||||
cardbitmap = AnimatedBitmap.new("Graphics/UI/Triple Triad/card_opponent")
|
||||
else # Player
|
||||
else # Overrides
|
||||
cardbitmap = AnimatedBitmap.new("Graphics/UI/Triple Triad/card_player")
|
||||
end
|
||||
typebitmap = AnimatedBitmap.new(_INTL("Graphics/UI/types"))
|
||||
@@ -811,7 +811,7 @@ class TriadScreen
|
||||
triadCard = nil
|
||||
cardIndex = 0
|
||||
if playerTurn
|
||||
# Player's turn
|
||||
# Overrides's turn
|
||||
until position
|
||||
cardIndex = @scene.pbPlayerChooseCard(cards.length)
|
||||
triadCard = TriadCard.new(cards[cardIndex])
|
||||
|
||||
Reference in New Issue
Block a user