ForcedSnapshot for snapshot releases

This commit is contained in:
minjaesong
2023-12-08 13:25:40 +09:00
parent b2b9dac6dd
commit 6926b18cef
2 changed files with 19 additions and 4 deletions

View File

@@ -46,9 +46,15 @@ object PlayerBuilderTestSubject1 {
//p.actorValue[AVKey.LUMB] = 1.37
//p.actorValue[AVKey.LUMA] = 1.93
giveFreeStarterPackUntilPotsWithItemsAreImplemented(p)
p.actorValue[AVKey.AIRJUMPPOINT] = 0
p.actorValue[AVKey.SCALE] = 1.0
return p
}
private fun giveFreeStarterPackUntilPotsWithItemsAreImplemented(p: IngamePlayer) {
p.inventory.add("basegame:176", 20) // torches
}
}