Added note about how pack size limit gets initialized

This commit is contained in:
Martin Haye 2023-07-23 09:44:21 -07:00
parent f1fead66f1
commit 77ea50ea54

View File

@ -3319,6 +3319,7 @@ end
///////////////////////////////////////////////////////////////////////////////////////////////////
export def roomInPack(p_player)#1
// Note: initial pack size is established by gen_players.pla, by code generated in PackPartitions.
return countList(p_player=>p_items) < p_player->b_packSize
end