Combine MsgSysEnterStage with MsgSysMoveStage

This commit is contained in:
Andrew Gutekanst
2020-02-07 18:16:33 -05:00
parent 315449aa33
commit 99c965e3b6
3 changed files with 31 additions and 11 deletions

View File

@@ -62,6 +62,10 @@ func NewServer(config *Config) *Server {
stage := NewStage("sl1Ns200p0a0u0")
s.stages[stage.id] = stage
// Town underground left area -- rasta bar stage (Maybe private bar ID as well?)
stage2 := NewStage("sl1Ns211p0a0u0")
s.stages[stage2.id] = stage2
return s
}