mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
The Great Enspacening begins!
This commit is contained in:
@@ -83,7 +83,7 @@ class BugContestState
|
||||
return true
|
||||
end
|
||||
|
||||
def pbSetJudgingPoint(startMap,startX,startY,dir=8)
|
||||
def pbSetJudgingPoint(startMap,startX,startY,dir = 8)
|
||||
@start=[startMap,startX,startY,dir]
|
||||
end
|
||||
|
||||
@@ -199,7 +199,7 @@ class BugContestState
|
||||
return 3
|
||||
end
|
||||
|
||||
def pbEnd(interrupted=false)
|
||||
def pbEnd(interrupted = false)
|
||||
return if !@inProgress
|
||||
for poke in @otherparty
|
||||
$player.party.push(poke)
|
||||
|
||||
Reference in New Issue
Block a user